Searched refs:new_mnt_idmap (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | namei.c | 4698 error = may_create(rd->new_mnt_idmap, new_dir, new_dentry); in vfs_rename() 4703 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename() 4706 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename() 4727 error = inode_permission(rd->new_mnt_idmap, target, in vfs_rename() 4772 error = old_dir->i_op->rename(rd->new_mnt_idmap, old_dir, old_dentry, in vfs_rename() 4920 rd.new_mnt_idmap = mnt_idmap(new_path.mnt); in do_renameat2()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | namei.c | 388 .new_mnt_idmap = &nop_mnt_idmap, in cachefiles_bury_object()
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | overlayfs.h | 305 .new_mnt_idmap = ovl_upper_mnt_idmap(ofs), in ovl_do_rename()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | inode.c | 622 rd.new_mnt_idmap = &nop_mnt_idmap; in ecryptfs_rename()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | vfs.c | 758 .new_mnt_idmap = dst_idmap, in __ksmbd_vfs_rename()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | vfs.c | 1758 .new_mnt_idmap = &nop_mnt_idmap, in nfsd_rename()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 1642 struct mnt_idmap *new_mnt_idmap; member
|
Completed in 37 milliseconds