| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_vfs_accept.c | 88 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
|
| H A D | verifier_vfs_reject.c | 164 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
|
| H A D | local_storage.c | 108 BPF_PROG(inode_rename,struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) BPF_PROG() argument
|
| H A D | profiler.inc.h | 819 struct dentry* old_dentry, struct mnt_idmap *idmap, in BPF_KPROBE()
|
| /linux/security/tomoyo/ |
| H A D | tomoyo.c | 264 static int tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir, in tomoyo_path_link() 285 struct dentry *old_dentry, in tomoyo_path_rename()
|
| /linux/security/landlock/ |
| H A D | fs.c | 1128 current_check_refer_path(struct dentry * const old_dentry,const struct path * const new_dir,struct dentry * const new_dentry,const bool removable,const bool exchange) current_check_refer_path() argument 1508 hook_path_link(struct dentry * const old_dentry,const struct path * const new_dir,struct dentry * const new_dentry) hook_path_link() argument 1517 hook_path_rename(const struct path * const old_dir,struct dentry * const old_dentry,const struct path * const new_dir,struct dentry * const new_dentry,const unsigned int flags) hook_path_rename() argument [all...] |
| /linux/include/linux/ |
| H A D | fscrypt.h | 754 struct dentry *old_dentry, in __fscrypt_prepare_rename() 908 static inline int fscrypt_prepare_link(struct dentry *old_dentry, in fscrypt_prepare_link() 940 struct dentry *old_dentry, in fscrypt_prepare_rename()
|
| H A D | nfs_xdr.h | 1764 struct dentry *old_dentry; member
|
| /linux/fs/afs/ |
| H A D | dir.c | 1896 struct dentry *old_dentry = op->dentry; in afs_rename_edit_dir() local 1970 struct dentry *old_dentry = op->dentry; in afs_rename_exchange_edit_dir() local 2071 struct dentry *old_dentry, struct inode *new_dir, in afs_rename()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 348 struct inode *old_dir, struct dentry *old_dentry, in binderfs_rename()
|
| /linux/fs/ext4/ |
| H A D | namei.c | 3494 static int ext4_link(struct dentry *old_dentry, in ext4_link() 3800 struct dentry *old_dentry, struct inode *new_dir, in ext4_rename() 4053 static int ext4_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in ext4_cross_rename() 4195 struct inode *old_dir, struct dentry *old_dentry, in ext4_rename2()
|
| /linux/fs/ |
| H A D | namei.c | 3961 struct dentry *old_dentry, struct qstr *new_last) in __start_renaming_dentry() 4042 struct dentry *old_dentry, struct qstr *new_last) in start_renaming_dentry() 4071 struct dentry *old_dentry, struct dentry *new_dentry) in start_renaming_two_dentries() 5875 int vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap, in vfs_link() 6080 struct dentry *old_dentry = rd->old_dentry; in vfs_rename() local
|
| /linux/security/apparmor/ |
| H A D | file.c | 438 struct aa_label *label, struct dentry *old_dentry, in aa_path_link()
|
| H A D | lsm.c | 366 static int apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir, in apparmor_path_link() 385 static int apparmor_path_rename(const struct path *old_dir, struct dentry *old_dentry, in apparmor_path_rename()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 2707 nfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in nfs_link() 2738 static bool nfs_rename_is_unsafe_cross_dir(struct dentry *old_dentry, in nfs_rename_is_unsafe_cross_dir() 2775 struct dentry *old_dentry, struct inode *new_dir, in nfs_rename()
|
| H A D | nfs4proc.c | 5052 struct dentry *old_dentry, in nfs4_proc_rename_setup()
|
| /linux/security/ |
| H A D | security.c | 1515 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() argument 1535 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename() argument 1659 int security_inode_link(struct dentry *old_dentry, struc argument 1770 security_inode_rename(struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) security_inode_rename() argument [all...] |
| /linux/fs/xfs/ |
| H A D | xfs_iops.c | 378 struct dentry *old_dentry, in xfs_vn_link()
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 7039 btrfs_link(struct dentry * old_dentry,struct inode * dir,struct dentry * dentry) btrfs_link() argument 8277 btrfs_rename_exchange(struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry) btrfs_rename_exchange() argument 8562 btrfs_rename(struct mnt_idmap * idmap,struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) btrfs_rename() argument 8842 btrfs_rename2(struct mnt_idmap * idmap,struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) btrfs_rename2() argument [all...] |
| H A D | tree-log.c | 8046 btrfs_log_new_name(struct btrfs_trans_handle * trans,struct dentry * old_dentry,struct btrfs_inode * old_dir,u64 old_dir_index,struct dentry * parent) btrfs_log_new_name() argument
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1089 smack_inode_link(struct dentry * old_dentry,struct inode * dir,struct dentry * new_dentry) smack_inode_link() argument 1194 smack_inode_rename(struct inode * old_inode,struct dentry * old_dentry,struct inode * new_inode,struct dentry * new_dentry) smack_inode_rename() argument [all...] |
| /linux/security/selinux/ |
| H A D | hooks.c | 1936 struct dentry *old_dentry, in may_rename() argument 3082 static int selinux_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) in selinux_inode_link() argument 3112 static int selinux_inode_rename(struct inode *old_inode, struct dentry *old_dentry, in selinux_inode_rename() argument
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 3197 struct dentry *old_dentry = NULL; in create_request_message() local
|