Home
last modified time | relevance | path

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

/include/linux/
A Dfsnotify.h249 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument
269 old_dir, old_name, 0); in fsnotify_move()
272 old_dir, old_name, fs_cookie); in fsnotify_move()
A Dfscrypt.h426 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry,
745 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() argument
986 static inline int fscrypt_prepare_rename(struct inode *old_dir, in fscrypt_prepare_rename() argument
992 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename()
993 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
A Dsecurity.h418 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry,
949 static inline int security_inode_rename(struct inode *old_dir, in security_inode_rename() argument
2058 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry,
2109 static inline int security_path_rename(const struct path *old_dir, in security_path_rename() argument
A Dnfs_xdr.h748 const struct nfs_fh *old_dir; member
1749 struct inode *old_dir; member
1805 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
A Dlsm_hook_defs.h104 LSM_HOOK(int, 0, path_rename, const struct path *old_dir,
137 LSM_HOOK(int, 0, inode_rename, struct inode *old_dir, struct dentry *old_dentry,
A Dfs.h3622 void simple_rename_timestamp(struct inode *old_dir, struct dentry *old_dentry,
3624 extern int simple_rename_exchange(struct inode *old_dir, struct dentry *old_dentry,
3674 int simple_offset_rename(struct inode *old_dir, struct dentry *old_dentry,
3676 int simple_offset_rename_exchange(struct inode *old_dir,
/include/trace/events/
A Df2fs.h889 TP_PROTO(struct inode *old_dir, struct dentry *old_dentry,
893 TP_ARGS(old_dir, old_dentry, new_dir, new_dentry, flags),
905 __entry->dev = old_dir->i_sb->s_dev;
906 __entry->ino = old_dir->i_ino;

Completed in 41 milliseconds