Searched refs:old_dir (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | fscrypt.h | 225 static inline int fscrypt_prepare_rename(struct inode *old_dir, in fscrypt_prepare_rename() argument 231 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename() 232 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
|
D | fsnotify.h | 86 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument 96 if (old_dir == new_dir) in fsnotify_move() 104 fsnotify(old_dir, old_dir_mask, source, FSNOTIFY_EVENT_INODE, old_name, in fsnotify_move()
|
D | debugfs.h | 66 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, 145 static inline struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename() argument
|
D | fscrypt_supp.h | 153 extern int __fscrypt_prepare_rename(struct inode *old_dir,
|
D | fscrypt_notsupp.h | 195 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() argument
|
D | security.h | 1508 int (*path_rename) (struct path *old_dir, struct dentry *old_dentry, 1531 int (*inode_rename) (struct inode *old_dir, struct dentry *old_dentry, 1814 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, 2202 static inline int security_inode_rename(struct inode *old_dir, in security_inode_rename() argument 3005 int security_path_rename(struct path *old_dir, struct dentry *old_dentry, 3052 static inline int security_path_rename(struct path *old_dir, in security_path_rename() argument
|
D | nfs_xdr.h | 561 const struct nfs_fh *old_dir; member 1379 struct inode *old_dir; member 1431 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
|