Home
last modified time | relevance | path

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

/include/linux/
Dfscrypt.h434 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry,
756 struct dentry *old_dentry, in __fscrypt_prepare_rename() argument
979 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link() argument
984 return __fscrypt_prepare_link(d_inode(old_dentry), dir, dentry); in fscrypt_prepare_link()
1011 struct dentry *old_dentry, in fscrypt_prepare_rename() argument
1017 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
Ddebugfs.h113 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
Dsecurity.h362 int security_inode_link(struct dentry *old_dentry, struct inode *dir,
370 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry,
846 static inline int security_inode_link(struct dentry *old_dentry, in security_inode_link() argument
887 struct dentry *old_dentry, in security_inode_rename() argument
1966 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
1968 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry,
2012 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() argument
2020 struct dentry *old_dentry, in security_path_rename() argument
Dlsm_hook_defs.h102 LSM_HOOK(int, 0, path_link, struct dentry *old_dentry,
105 struct dentry *old_dentry, const struct path *new_dir,
127 LSM_HOOK(int, 0, inode_link, struct dentry *old_dentry, struct inode *dir,
137 LSM_HOOK(int, 0, inode_rename, struct inode *old_dir, struct dentry *old_dentry,
Dfs.h1959 struct dentry *old_dentry; 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,
3472 struct dentry *old_dentry,
Dnfs_xdr.h1751 struct dentry *old_dentry; member
1803 struct dentry *old_dentry,
/include/trace/events/
Df2fs.h889 TP_PROTO(struct inode *old_dir, struct dentry *old_dentry,
893 TP_ARGS(old_dir, old_dentry, new_dir, new_dentry, flags),
898 __string(old_name, old_dentry->d_name.name)
924 TP_PROTO(struct dentry *old_dentry, struct dentry *new_dentry,
927 TP_ARGS(old_dentry, new_dentry, flags, ret),
932 __string(old_name, old_dentry->d_name.name)
939 __entry->dev = old_dentry->d_sb->s_dev;
940 __entry->ino = old_dentry->d_inode->i_ino;