Home
last modified time | relevance | path

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

/include/linux/
Dfscrypt.h225 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()
Dfsnotify.h86 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()
Ddebugfs.h66 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
Dfscrypt_supp.h153 extern int __fscrypt_prepare_rename(struct inode *old_dir,
Dfscrypt_notsupp.h195 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() argument
Dsecurity.h1508 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
Dnfs_xdr.h561 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);