/Linux-v5.10/fs/jfs/ |
D | namei.c | 1061 static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry, in jfs_rename()
|
/Linux-v5.10/fs/nfs/ |
D | proc.c | 367 nfs_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs_proc_rename_done()
|
D | nfs3proc.c | 474 nfs3_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs3_proc_rename_done()
|
D | dir.c | 2202 int nfs_rename(struct inode *old_dir, struct dentry *old_dentry, in nfs_rename()
|
/Linux-v5.10/fs/reiserfs/ |
D | namei.c | 1307 static int reiserfs_rename(struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename()
|
/Linux-v5.10/fs/udf/ |
D | namei.c | 1068 static int udf_rename(struct inode *old_dir, struct dentry *old_dentry, in udf_rename()
|
/Linux-v5.10/fs/fat/ |
D | namei_vfat.c | 895 static int vfat_rename(struct inode *old_dir, struct dentry *old_dentry, in vfat_rename()
|
/Linux-v5.10/fs/ext4/ |
D | namei.c | 3709 static int ext4_rename(struct inode *old_dir, struct dentry *old_dentry, in ext4_rename() 3942 static int ext4_cross_rename(struct inode *old_dir, struct dentry *old_dentry, in ext4_cross_rename() 4087 static int ext4_rename2(struct inode *old_dir, struct dentry *old_dentry, in ext4_rename2()
|
/Linux-v5.10/fs/9p/ |
D | vfs_inode.c | 897 v9fs_vfs_rename(struct inode *old_dir, struct dentry *old_dentry, in v9fs_vfs_rename()
|
/Linux-v5.10/fs/hostfs/ |
D | hostfs_kern.c | 732 static int hostfs_rename2(struct inode *old_dir, struct dentry *old_dentry, in hostfs_rename2()
|
/Linux-v5.10/mm/ |
D | shmem.c | 3048 static int shmem_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, … in shmem_exchange() 3070 static int shmem_whiteout(struct inode *old_dir, struct dentry *old_dentry) in shmem_whiteout() 3102 static int shmem_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, s… in shmem_rename2()
|
/Linux-v5.10/fs/ecryptfs/ |
D | inode.c | 582 ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, in ecryptfs_rename()
|
/Linux-v5.10/fs/exfat/ |
D | namei.c | 1321 static int exfat_rename(struct inode *old_dir, struct dentry *old_dentry, in exfat_rename()
|
/Linux-v5.10/fs/kernfs/ |
D | dir.c | 1151 static int kernfs_iop_rename(struct inode *old_dir, struct dentry *old_dentry, in kernfs_iop_rename()
|
/Linux-v5.10/fs/ubifs/ |
D | journal.c | 1213 int ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, in ubifs_jnl_rename()
|
/Linux-v5.10/fs/ceph/ |
D | dir.c | 1186 static int ceph_rename(struct inode *old_dir, struct dentry *old_dentry, in ceph_rename()
|
D | mds_client.c | 3039 struct inode *old_dir = req->r_old_dentry_dir; in ceph_invalidate_dir_request() local
|
/Linux-v5.10/fs/afs/ |
D | dir.c | 1876 static int afs_rename(struct inode *old_dir, struct dentry *old_dentry, in afs_rename()
|
/Linux-v5.10/fs/ |
D | libfs.c | 450 int simple_rename(struct inode *old_dir, struct dentry *old_dentry, in simple_rename()
|
D | namei.c | 4224 int vfs_rename(struct inode *old_dir, struct dentry *old_dentry, in vfs_rename()
|
/Linux-v5.10/include/linux/ |
D | security.h | 796 static inline int security_inode_rename(struct inode *old_dir, in security_inode_rename() 1769 static inline int security_path_rename(const struct path *old_dir, in security_path_rename()
|
/Linux-v5.10/security/ |
D | security.c | 1121 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename() 1221 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, in security_inode_rename()
|
/Linux-v5.10/security/apparmor/ |
D | lsm.c | 353 static int apparmor_path_rename(const struct path *old_dir, struct dentry *old_dentry, in apparmor_path_rename()
|
/Linux-v5.10/fs/btrfs/ |
D | inode.c | 8855 static int btrfs_rename_exchange(struct inode *old_dir, in btrfs_rename_exchange() 9122 static int btrfs_rename(struct inode *old_dir, struct dentry *old_dentry, in btrfs_rename() 9334 static int btrfs_rename2(struct inode *old_dir, struct dentry *old_dentry, in btrfs_rename2()
|
D | tree-log.c | 6434 struct btrfs_inode *inode, struct btrfs_inode *old_dir, in btrfs_log_new_name()
|