Searched refs:new_dir (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | fsnotify.h | 104 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument 116 if (old_dir == new_dir) in fsnotify_move() 127 fsnotify(new_dir, new_dir_mask, source, FSNOTIFY_EVENT_INODE, new_name, in fsnotify_move() 135 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
|
D | fscrypt.h | 250 struct inode *new_dir, 504 struct inode *new_dir, in __fscrypt_prepare_rename() argument 694 struct inode *new_dir, in fscrypt_prepare_rename() argument 698 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename() 700 new_dir, new_dentry, flags); in fscrypt_prepare_rename()
|
D | debugfs.h | 99 struct dentry *new_dir, const char *new_name); 243 struct dentry *new_dir, char *new_name) in debugfs_rename() argument
|
D | security.h | 332 struct inode *new_dir, struct dentry *new_dentry, 779 struct inode *new_dir, in security_inode_rename() argument 1664 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, 1667 const struct path *new_dir, struct dentry *new_dentry, 1707 const struct path *new_dir, in security_path_link() argument 1715 const struct path *new_dir, in security_path_rename() argument
|
D | lsm_hooks.h | 1537 int (*path_link)(struct dentry *old_dentry, const struct path *new_dir, 1540 const struct path *new_dir, 1568 struct inode *new_dir,
|
D | nfs_xdr.h | 713 const struct nfs_fh *new_dir; member 1610 struct inode *new_dir; member 1666 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
|