Searched refs:new_mnt_idmap (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ |
H A D | namei.c | 4775 error = may_create(rd->new_mnt_idmap, new_dir, new_dentry); in vfs_rename() 4780 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename() 4783 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename() 4804 error = inode_permission(rd->new_mnt_idmap, target, in vfs_rename() 4872 error = old_dir->i_op->rename(rd->new_mnt_idmap, old_dir, old_dentry, in vfs_rename() 5022 rd.new_mnt_idmap = mnt_idmap(new_path.mnt); in do_renameat2()
|
/openbmc/linux/fs/cachefiles/ |
H A D | namei.c | 388 .new_mnt_idmap = &nop_mnt_idmap, in cachefiles_bury_object()
|
/openbmc/linux/fs/overlayfs/ |
H A D | overlayfs.h | 349 .new_mnt_idmap = ovl_upper_mnt_idmap(ofs), in ovl_do_rename()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 630 rd.new_mnt_idmap = &nop_mnt_idmap; in ecryptfs_rename()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 776 rd.new_mnt_idmap = mnt_idmap(new_path.mnt), in ksmbd_vfs_rename()
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 1835 .new_mnt_idmap = &nop_mnt_idmap, in nfsd_rename()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1798 struct mnt_idmap *new_mnt_idmap; member
|