Home
last modified time | relevance | path

Searched defs:old_dir (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_vfs_accept.c88 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
H A Dverifier_vfs_reject.c164 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
H A Dlocal_storage.c108 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
/linux/include/linux/
H A Dfscrypt.h753 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename()
939 static inline int fscrypt_prepare_rename(struct inode *old_dir, in fscrypt_prepare_rename()
H A Dnfs_xdr.h756 const struct nfs_fh *old_dir; member
1763 struct inode *old_dir; member
/linux/drivers/android/
H A Dbinderfs.c348 struct inode *old_dir, struct dentry *old_dentry, in binderfs_rename()
/linux/fs/ext4/
H A Dnamei.c3799 static int ext4_rename(struct mnt_idmap *idmap, struct inode *old_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/security/landlock/
H A Dfs.c1516 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
/linux/fs/afs/
H A Ddir.c2070 static int afs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in afs_rename()
/linux/security/
H A Dsecurity.c1535 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename() argument
1770 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, in security_inode_rename() argument
/linux/fs/btrfs/
H A Dinode.c8273 static int btrfs_rename_exchange(struct inode *old_dir, in btrfs_rename_exchange()
8559 struct inode *old_dir, struct dentry *old_dentry, in btrfs_rename()
8838 static int btrfs_rename2(struct mnt_idmap *idmap, struct inode *old_dir, in btrfs_rename2()
H A Dioctl.c2263 struct inode *old_dir; in btrfs_ioctl_snap_destroy() local
H A Dtree-log.c8046 struct dentry *old_dentry, struct btrfs_inode *old_dir, in btrfs_log_new_name()
/linux/security/apparmor/
H A Dlsm.c385 static int apparmor_path_rename(const struct path *old_dir, struct dentry *old_dentry, in apparmor_path_rename()
/linux/fs/nfs/
H A Ddir.c2774 int nfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in nfs_rename()
H A Dnfs4proc.c5082 static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs4_proc_rename_done()
/linux/fs/
H A Dnamei.c6078 struct inode *old_dir = d_inode(rd->old_parent); in vfs_rename() local
/linux/security/selinux/
H A Dhooks.c1935 static inline int may_rename(struct inode *old_dir, in may_rename()