函数逻辑报告 | 
Source Code:fs\namespace.c | 
Create Date:2022-07-29 10:39:25 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:sb_prepare_remount_readonly
函数原型:int sb_prepare_remount_readonly(struct super_block *sb)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct super_block * | sb | 
| 515 | err等于0 | 
| 518 | 如果atomic_long_read( & s_remove_count)则返回:负EBUSY | 
| 521 | lock_mount_hash() | 
| 523 | 如果非mnt_flags按位与does the user want this to be r/o? 的值则 | 
| 532 | 如果非err且atomic_long_read( & s_remove_count)则err等于负EBUSY | 
| 535 | 如果非err则 | 
| 536 | s_readonly_remount等于1 | 
| 537 | smp_wmb() | 
| 540 | 如果mnt_flags按位与MNT_WRITE_HOLD则mnt_flags与等于MNT_WRITE_HOLD的反 | 
| 543 | unlock_mount_hash() | 
| 545 | 返回:err | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |