Home
last modified time | relevance | path

Searched refs:old_dir (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dfsnotify.h161 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()
Dfscrypt.h378 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()
Ddebugfs.h114 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
Dsecurity.h350 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
Dnfs_xdr.h722 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);
Dlsm_hook_defs.h102 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,
Dfs.h1984 struct inode *old_dir; member