函数逻辑报告 |
Source Code:include\linux\fsnotify.h |
Create Date:2022-07-27 13:02:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Notify this @dir inode about a change in the directory entry @dentry.* Unlike fsnotify_parent(), the event will be reported regardless of the* FS_EVENT_ON_CHILD mask on the parent inode.
函数原型:static inline int fsnotify_dirent(struct inode *dir, struct dentry *dentry, __u32 mask)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | dir | |
struct dentry * | dentry | |
__u32 | mask |
29 | 返回:fsnotify(dir, mask, 获得目录项的索引节点, FSNOTIFY_EVENT_INODE, & d_name, 0) |
名称 | 描述 |
---|---|
fsnotify_create | snotify_create - 'name' was linked in |
fsnotify_unlink | snotify_unlink - 'name' was unlinked* Caller must make sure that dentry->d_name is stable. |
fsnotify_mkdir | snotify_mkdir - directory 'name' was created |
fsnotify_rmdir | snotify_rmdir - directory 'name' was removed* Caller must make sure that dentry->d_name is stable. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |