Searched refs:old_dir (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| D | fsnotify.h | 237 static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir, in fsnotify_move() argument 257 old_dir, old_name, 0); in fsnotify_move() 260 old_dir, old_name, fs_cookie); in fsnotify_move()
|
| D | fscrypt.h | 434 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, 755 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() argument 1010 static inline int fscrypt_prepare_rename(struct inode *old_dir, in fscrypt_prepare_rename() argument 1016 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename() 1017 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
|
| D | debugfs.h | 113 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, 290 static inline struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename() argument
|
| D | security.h | 370 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, 886 static inline int security_inode_rename(struct inode *old_dir, in security_inode_rename() argument 1968 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, 2019 static inline int security_path_rename(const struct path *old_dir, in security_path_rename() argument
|
| D | nfs_xdr.h | 745 const struct nfs_fh *old_dir; member 1750 struct inode *old_dir; member 1806 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
|
| D | lsm_hook_defs.h | 104 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,
|
| D | fs.h | 1958 struct inode *old_dir; member 3420 void simple_rename_timestamp(struct inode *old_dir, struct dentry *old_dentry, 3422 extern int simple_rename_exchange(struct inode *old_dir, struct dentry *old_dentry, 3469 int simple_offset_rename(struct inode *old_dir, struct dentry *old_dentry, 3471 int simple_offset_rename_exchange(struct inode *old_dir,
|
| /include/trace/events/ |
| D | f2fs.h | 889 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;
|