Home
last modified time | relevance | path

Searched refs:new_dir (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dfsnotify.h40 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument
47 if (old_dir == new_dir) in fsnotify_move()
51 inode_dir_notify(new_dir, DN_CREATE); in fsnotify_move()
58 inotify_inode_queue_event(new_dir, IN_MOVED_TO|isdir, cookie, new_name, in fsnotify_move()
69 audit_inode_child(new_name, moved, new_dir); in fsnotify_move()
Ddebugfs.h50 struct dentry *new_dir, const char *new_name);
111 struct dentry *new_dir, char *new_name) in debugfs_rename() argument
Dsecurity.h1405 int (*path_link) (struct dentry *old_dentry, struct path *new_dir,
1408 struct path *new_dir, struct dentry *new_dentry);
1427 struct inode *new_dir, struct dentry *new_dentry);
1688 struct inode *new_dir, struct dentry *new_dentry);
2087 struct inode *new_dir, in security_inode_rename() argument
2815 int security_path_link(struct dentry *old_dentry, struct path *new_dir,
2818 struct path *new_dir, struct dentry *new_dentry);
2855 struct path *new_dir, in security_path_link() argument
2863 struct path *new_dir, in security_path_rename() argument
Dnfs_xdr.h665 const struct nfs_fh * new_dir; member