函数逻辑报告 |
Source Code:include\linux\fsnotify.h |
Create Date:2022-07-27 13:03:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:snotify_move - file old_name at old_dir was moved to new_name at new_dir
函数原型:static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, const struct qstr *old_name, int isdir, struct inode *target, struct dentry *moved)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | old_dir | |
struct inode * | new_dir | |
const struct qstr * | old_name | |
int | isdir | |
struct inode * | target | |
struct dentry * | moved |
110 | fs_cookie等于fsnotify_get_cookie() |
113 | mask等于Self was moved |
116 | 如果old_dir恒等于new_dir则old_dir_mask或等于le renamed |
119 | 如果isdir则 |
名称 | 描述 |
---|---|
vfs_rename | vfs_rename - rename a filesystem object*@old_dir: parent of source*@old_dentry: source*@new_dir: parent of destination*@new_dentry: destination*@delegated_inode: returns an inode needing a delegation break*@flags: rename flags |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |