Home
last modified time | relevance | path

Searched refs:new_mnt_idmap (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.c4777 error = may_create(rd->new_mnt_idmap, new_dir, new_dentry); in vfs_rename()
4782 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename()
4785 error = may_delete(rd->new_mnt_idmap, new_dir, in vfs_rename()
4806 error = inode_permission(rd->new_mnt_idmap, target, in vfs_rename()
4874 error = old_dir->i_op->rename(rd->new_mnt_idmap, old_dir, old_dentry, in vfs_rename()
5024 rd.new_mnt_idmap = mnt_idmap(new_path.mnt); in do_renameat2()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c388 .new_mnt_idmap = &nop_mnt_idmap, in cachefiles_bury_object()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h349 .new_mnt_idmap = ovl_upper_mnt_idmap(ofs), in ovl_do_rename()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c630 rd.new_mnt_idmap = &nop_mnt_idmap; in ecryptfs_rename()
/openbmc/linux/fs/smb/server/
H A Dvfs.c776 rd.new_mnt_idmap = mnt_idmap(new_path.mnt), in ksmbd_vfs_rename()
/openbmc/linux/fs/nfsd/
H A Dvfs.c1832 .new_mnt_idmap = &nop_mnt_idmap, in nfsd_rename()
/openbmc/linux/include/linux/
H A Dfs.h1797 struct mnt_idmap *new_mnt_idmap; member