函数逻辑报告 |
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 |
函数名称:__mnt_drop_write - give up write access to a mount*@mnt: the mount on which to give up write access* Tells the low-level filesystem that we are done* performing writes to it. Must be matched with* __mnt_want_write() call above.
函数原型:void __mnt_drop_write(struct vfsmount *mnt)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vfsmount * | mnt |
430 | 禁止抢占() |
431 | mnt_dec_writers(real_mount(mnt)) |
432 | 禁用抢占和中断() |
名称 | 描述 |
---|---|
__fput | he real guts of fput() - releasing the last reference to file |
touch_atime | |
mnt_drop_write | mnt_drop_write - give up write access to a mount*@mnt: the mount on which to give up write access* Tells the low-level filesystem that we are done performing writes to it and* also allows filesystem to be frozen again. Must be matched with |
__mnt_drop_write_file | |
acct_on |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |