函数逻辑报告 |
Source Code:fs\notify\dnotify\dnotify.c |
Create Date:2022-07-29 10:48:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:his conversion is done only at watch creation
函数原型:static __u32 convert_arg(unsigned long arg)
返回类型:__u32
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | arg |
192 | new_mask等于This inode cares about things that happen to its children. Always set for* dnotify and inotify. |
194 | 如果arg按位与Don't remove notifier 则new_mask或等于dnotify multishot |
196 | 如果arg按位与File removed 则new_mask或等于Subfile was deleted 按位或File was moved from X |
198 | 如果arg按位与File modified 则new_mask或等于File was modified |
200 | 如果arg按位与File accessed 则new_mask或等于File was accessed |
202 | 如果arg按位与File changed attibutes 则new_mask或等于Metadata changed |
204 | 如果arg按位与File renamed 则new_mask或等于le renamed |
206 | 如果arg按位与File created 则new_mask或等于Subfile was created 按位或File was moved to Y |
209 | 返回:new_mask |
名称 | 描述 |
---|---|
fcntl_dirnotify | When a process calls fcntl to attach a dnotify watch to a directory it ends* up here. Allocate both a mark for fsnotify to add and a dnotify_struct to be* attached to the fsnotify_mark. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |