Searched refs:new_mnt_idmap (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/fs/ |
D | namei.c | 4781 error = may_create(rd->new_mnt_idmap, new_dir, new_dentry); in vfs_rename() 4786 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename() 4789 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename() 4810 error = inode_permission(rd->new_mnt_idmap, target, in vfs_rename() 4861 error = old_dir->i_op->rename(rd->new_mnt_idmap, old_dir, old_dentry, in vfs_rename() 5010 rd.new_mnt_idmap = mnt_idmap(new_path.mnt); in do_renameat2()
|
/Linux-v6.6/fs/cachefiles/ |
D | namei.c | 388 .new_mnt_idmap = &nop_mnt_idmap, in cachefiles_bury_object()
|
/Linux-v6.6/fs/overlayfs/ |
D | overlayfs.h | 349 .new_mnt_idmap = ovl_upper_mnt_idmap(ofs), in ovl_do_rename()
|
/Linux-v6.6/fs/ecryptfs/ |
D | inode.c | 622 rd.new_mnt_idmap = &nop_mnt_idmap; in ecryptfs_rename()
|
/Linux-v6.6/fs/smb/server/ |
D | vfs.c | 776 rd.new_mnt_idmap = mnt_idmap(new_path.mnt), in ksmbd_vfs_rename()
|
/Linux-v6.6/fs/nfsd/ |
D | vfs.c | 1841 .new_mnt_idmap = &nop_mnt_idmap, in nfsd_rename()
|
/Linux-v6.6/include/linux/ |
D | fs.h | 1736 struct mnt_idmap *new_mnt_idmap; member
|