Home
last modified time | relevance | path

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

/include/linux/
A Dfscrypt.h426 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry,
746 struct dentry *old_dentry, in __fscrypt_prepare_rename() argument
955 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link() argument
960 return __fscrypt_prepare_link(d_inode(old_dentry), dir, dentry); in fscrypt_prepare_link()
987 struct dentry *old_dentry, in fscrypt_prepare_rename() argument
993 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
A Dsecurity.h410 int security_inode_link(struct dentry *old_dentry, struct inode *dir,
418 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry,
909 static inline int security_inode_link(struct dentry *old_dentry, in security_inode_link() argument
950 struct dentry *old_dentry, in security_inode_rename() argument
2056 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
2058 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry,
2102 static inline int security_path_link(struct dentry *old_dentry, in security_path_link() argument
2110 struct dentry *old_dentry, in security_path_rename() argument
A 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,
A Dfs.h2023 struct dentry *old_dentry; member
3622 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,
3677 struct dentry *old_dentry,
A Dnfs_xdr.h1750 struct dentry *old_dentry; member
1802 struct dentry *old_dentry,
/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),
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;

Completed in 35 milliseconds