Lines Matching refs:nop_mnt_idmap
433 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL); in __nfsd_setattr()
451 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr()
549 attr->na_aclerr = set_posix_acl(&nop_mnt_idmap, in nfsd_setattr()
554 attr->na_aclerr = set_posix_acl(&nop_mnt_idmap, in nfsd_setattr()
590 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
1372 host_err = vfs_create(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked()
1378 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode); in nfsd_create_locked()
1406 host_err = vfs_mknod(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked()
1567 host_err = vfs_symlink(&nop_mnt_idmap, d_inode(dentry), dnew, path); in nfsd_symlink()
1635 host_err = vfs_link(dold, &nop_mnt_idmap, dirp, dnew, NULL); in nfsd_link()
1755 .old_mnt_idmap = &nop_mnt_idmap, in nfsd_rename()
1758 .new_mnt_idmap = &nop_mnt_idmap, in nfsd_rename()
1860 host_err = vfs_unlink(&nop_mnt_idmap, dirp, rdentry, NULL); in nfsd_unlink()
1867 host_err = vfs_rmdir(&nop_mnt_idmap, dirp, rdentry); in nfsd_unlink()
2139 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0); in nfsd_getxattr()
2166 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len); in nfsd_getxattr()
2277 ret = __vfs_removexattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_removexattr()
2304 ret = __vfs_setxattr_locked(&nop_mnt_idmap, fhp->fh_dentry, name, buf, in nfsd_setxattr()
2388 err = inode_permission(&nop_mnt_idmap, inode, in nfsd_permission()
2395 err = inode_permission(&nop_mnt_idmap, inode, MAY_EXEC); in nfsd_permission()