函数逻辑报告 |
Source Code:fs\super.c |
Create Date:2022-07-29 10:32:22 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:rate_supers - call function for all active superblocks*@f: function to call*@arg: argument to pass to it* Scans the superblock list and calls given function, passing it* locked superblock and given argument.
函数原型:void iterate_supers(void (*f)(struct super_block *, void *), void *arg)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
void (* | f | |
void * | arg |
683 | struct super_block * sb, * p = NULL |
685 | 加自旋锁 |
687 | 如果hlist_unhashed( & s_instances)则继续下一循环 |
689 | s_count自加 |
690 | 自旋锁解锁 |
692 | lock for reading |
697 | 加自旋锁 |
704 | 自旋锁解锁 |
名称 | 描述 |
---|---|
ksys_sync | Sync everything. We start by waking flusher threads so that most of* writeback runs on all devices in parallel. Then we sync all inodes reliably* which effectively also waits for all flusher threads to finish doing* writeback |
do_sync_work | |
drop_caches_sysctl_handler | |
quota_sync_all |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |