Searched refs:nop_mnt_idmap (Results 126 - 140 of 140) sorted by relevance

123456

/linux-master/mm/
H A Dshmem.c4420 inode = shmem_get_inode(&nop_mnt_idmap, sb, NULL,
4848 inode = shmem_get_inode(&nop_mnt_idmap, mnt->mnt_sb, NULL,
/linux-master/fs/ocfs2/
H A Drefcounttree.c4320 return inode_permission(&nop_mnt_idmap, dir, MAY_WRITE | MAY_EXEC);
4374 error = inode_permission(&nop_mnt_idmap, inode, MAY_READ);
/linux-master/include/linux/
H A Dfs.h2626 * If @mnt has an non @nop_mnt_idmap attached to it then @mnt is mapped.
2632 return mnt_idmap(mnt) != &nop_mnt_idmap;
/linux-master/drivers/block/
H A Dublk_drv.c2772 err = inode_permission(&nop_mnt_idmap,
/linux-master/fs/ceph/
H A Dmds_client.c1188 req->r_mnt_idmap = &nop_mnt_idmap;
3084 if ((req->r_mnt_idmap != &nop_mnt_idmap) &&
/linux-master/security/selinux/
H A Dhooks.c6648 return __vfs_setxattr_noperm(&nop_mnt_idmap, dentry, XATTR_NAME_SELINUX,
6655 len = selinux_inode_getsecurity(&nop_mnt_idmap, inode,
/linux-master/fs/
H A Dnamespace.c241 mnt->mnt.mnt_idmap = &nop_mnt_idmap;
4404 * @nop_mnt_idmap attached to it. So there's no need to drop any
/linux-master/kernel/trace/
H A Dbpf_trace.c1472 ret = inode_permission(&nop_mnt_idmap, dentry->d_inode, MAY_READ);
/linux-master/security/smack/
H A Dsmack_lsm.c4850 return __vfs_setxattr_noperm(&nop_mnt_idmap, dentry, XATTR_NAME_SMACK,
/linux-master/fs/ext4/
H A Dext4.h2869 __ext4_new_inode(&nop_mnt_idmap, (handle), (dir), (mode), (qstr), \
/linux-master/net/
H A Dsocket.c602 int err = simple_setattr(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/fuse/
H A Dfile.c1415 setattr_should_drop_suidgid(&nop_mnt_idmap,
/linux-master/fs/nfs/
H A Ddir.c3366 res = generic_permission(&nop_mnt_idmap, inode, mask);
/linux-master/kernel/cgroup/
H A Dcgroup.c5081 ret = inode_permission(&nop_mnt_idmap, inode, MAY_WRITE);
/linux-master/fs/nfsd/
H A Dnfs4state.c8894 setattr_copy(&nop_mnt_idmap, inode, &attrs);

Completed in 427 milliseconds

123456