Function report |
Source Code:include\linux\fsnotify.h |
Create Date:2022-07-28 11:57:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:snotify_move - file old_name at old_dir was moved to new_name at new_dir
Proto: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)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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 | If old_dir == new_dir Then old_dir_mask |= le renamed |
119 | If isdir Then |
122 | mask |= vent occurred against dir |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |