Searched refs:old_dir (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | fsnotify.h | 161 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument 172 if (old_dir == new_dir) in fsnotify_move() 180 fsnotify_name(old_dir, old_dir_mask, source, old_name, fs_cookie); in fsnotify_move()
|
D | fscrypt.h | 378 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, 683 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() argument 938 static inline int fscrypt_prepare_rename(struct inode *old_dir, in fscrypt_prepare_rename() argument 944 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename() 945 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
|
D | debugfs.h | 114 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, 272 static inline struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename() argument
|
D | security.h | 350 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, 833 static inline int security_inode_rename(struct inode *old_dir, in security_inode_rename() argument 1787 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, 1834 static inline int security_path_rename(const struct path *old_dir, in security_path_rename() argument
|
D | nfs_xdr.h | 722 const struct nfs_fh *old_dir; member 1705 struct inode *old_dir; member 1763 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
|
D | lsm_hook_defs.h | 102 LSM_HOOK(int, 0, path_rename, const struct path *old_dir, 132 LSM_HOOK(int, 0, inode_rename, struct inode *old_dir, struct dentry *old_dentry,
|
D | fs.h | 1984 struct inode *old_dir; member
|