函数逻辑报告 |
Source Code:fs\super.c |
Create Date:2022-07-29 10:32:25 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sb_wait_write - wait until all writers to given file system finish*@sb: the super for which we wait*@level: type of writers we wait for (normal vs page fault)* This function waits until there are no writers of given type to given file* system.
函数原型:static void sb_wait_write(struct super_block *sb, int level)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | sb | |
int | level |
1693 | percpu_down_write(rw_sem + level - 1) |
名称 | 描述 |
---|---|
freeze_super | ze_super - lock the filesystem and force it into a consistent state*@sb: the super to lock* Syncs the super to make sure the filesystem is consistent and calls the fs's* freeze_fs. Subsequent calls to this without first thawing the fs will return* -EBUSY. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |