Searched refs:old_dir (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | fsnotify.h | 129 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument 140 if (old_dir == new_dir) in fsnotify_move() 148 fsnotify_name(old_dir, old_dir_mask, source, old_name, fs_cookie); in fsnotify_move()
|
D | fscrypt.h | 246 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, 529 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() argument 781 static inline int fscrypt_prepare_rename(struct inode *old_dir, in fscrypt_prepare_rename() argument 787 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename() 788 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, 267 static inline struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename() argument
|
D | security.h | 343 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, 810 static inline int security_inode_rename(struct inode *old_dir, in security_inode_rename() argument 1755 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, 1802 static inline int security_path_rename(const struct path *old_dir, in security_path_rename() argument
|
D | lsm_hook_defs.h | 100 LSM_HOOK(int, 0, path_rename, const struct path *old_dir, 130 LSM_HOOK(int, 0, inode_rename, struct inode *old_dir, struct dentry *old_dentry,
|
D | nfs_xdr.h | 719 const struct nfs_fh *old_dir; member 1688 struct inode *old_dir; member 1746 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
|