Searched refs:nop_mnt_idmap (Results 1 - 25 of 138) sorted by relevance

123456

/linux-master/fs/sysv/
H A Dfile.c38 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
51 setattr_copy(&nop_mnt_idmap, inode, attr);
/linux-master/fs/minix/
H A Dfile.c31 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
45 setattr_copy(&nop_mnt_idmap, inode, attr);
/linux-master/fs/
H A Dmnt_idmapping.c30 struct mnt_idmap nop_mnt_idmap = { variable in typeref:struct:mnt_idmap
33 EXPORT_SYMBOL_GPL(nop_mnt_idmap); variable
76 if (idmap == &nop_mnt_idmap)
113 if (idmap == &nop_mnt_idmap)
141 if (idmap == &nop_mnt_idmap)
168 if (idmap == &nop_mnt_idmap)
293 * If @idmap is not the @nop_mnt_idmap bump the reference count.
299 if (idmap != &nop_mnt_idmap)
315 if (idmap != &nop_mnt_idmap && refcount_dec_and_test(&idmap->count))
/linux-master/security/integrity/ima/
H A Dima_asymmetric_keys.c63 process_buffer_measurement(&nop_mnt_idmap, NULL, payload, payload_len,
H A Dima_queue_keys.c162 process_buffer_measurement(&nop_mnt_idmap, NULL,
/linux-master/fs/jfs/
H A Dfile.c94 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
98 if (is_quota_modification(&nop_mnt_idmap, inode, iattr)) {
105 rc = dquot_transfer(&nop_mnt_idmap, inode, iattr);
122 setattr_copy(&nop_mnt_idmap, inode, iattr);
126 rc = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode);
H A Djfs_inode.c67 inode_init_owner(&nop_mnt_idmap, inode, parent, mode);
/linux-master/fs/cachefiles/
H A Dxattr.c68 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache,
111 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen);
153 ret = vfs_removexattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache);
210 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache,
252 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len);
/linux-master/fs/ecryptfs/
H A Dinode.c150 rc = vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry,
191 rc = vfs_create(&nop_mnt_idmap, lower_dir,
202 vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry, NULL);
445 rc = vfs_link(lower_old_dentry, &nop_mnt_idmap, lower_dir,
489 rc = vfs_symlink(&nop_mnt_idmap, lower_dir, lower_dentry,
515 rc = vfs_mkdir(&nop_mnt_idmap, lower_dir,
544 rc = vfs_rmdir(&nop_mnt_idmap, lower_dir, lower_dentry);
568 rc = vfs_mknod(&nop_mnt_idmap, lower_dir,
629 rd.old_mnt_idmap = &nop_mnt_idmap;
632 rd.new_mnt_idmap = &nop_mnt_idmap;
[all...]
/linux-master/fs/fuse/
H A Dacl.c94 return __fuse_get_acl(fc, &nop_mnt_idmap, inode, type, rcu);
149 !vfsgid_in_group_p(i_gid_into_vfsgid(&nop_mnt_idmap, inode)) &&
150 !capable_wrt_inode_uidgid(&nop_mnt_idmap, inode, CAP_FSETID))
/linux-master/fs/ext2/
H A Dioctl.c69 if (!inode_owner_or_capable(&nop_mnt_idmap, inode))
102 if (!inode_owner_or_capable(&nop_mnt_idmap, inode))
/linux-master/security/integrity/evm/
H A Devm_crypto.c272 size = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr->name,
281 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry,
333 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_EVM,
378 rc = __vfs_setxattr_noperm(&nop_mnt_idmap, dentry,
383 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM);
/linux-master/drivers/base/
H A Ddevtmpfs.c169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode);
219 err = vfs_mknod(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode,
229 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL);
250 err = vfs_rmdir(&nop_mnt_idmap, d_inode(parent.dentry),
337 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL);
339 err = vfs_unlink(&nop_mnt_idmap, d_inode(parent.dentry),
/linux-master/fs/ramfs/
H A Dinode.c64 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
125 int retval = ramfs_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFDIR, 0);
134 return ramfs_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFREG, 0);
H A Dfile-nommu.c169 ret = setattr_prepare(&nop_mnt_idmap, dentry, ia);
189 setattr_copy(&nop_mnt_idmap, inode, ia);
/linux-master/fs/9p/
H A Dacl.c198 if (!inode_owner_or_capable(&nop_mnt_idmap, inode)) {
209 retval = posix_acl_update_mode(&nop_mnt_idmap, inode,
228 v9fs_vfs_setattr_dotl(&nop_mnt_idmap, dentry, &iattr);
/linux-master/fs/orangefs/
H A Dacl.c139 error = posix_acl_update_mode(&nop_mnt_idmap, inode,
/linux-master/fs/udf/
H A Dsymlink.c152 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat);
H A Dialloc.c79 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
H A Dfile.c220 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
243 setattr_copy(&nop_mnt_idmap, inode, attr);
/linux-master/fs/kernfs/
H A Dinode.c123 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
132 setattr_copy(&nop_mnt_idmap, inode, iattr);
193 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat);
289 ret = generic_permission(&nop_mnt_idmap, inode, mask);
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c197 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
201 setattr_copy(&nop_mnt_idmap, inode, attr);
338 inode_init_owner(&nop_mnt_idmap, inode, NULL, mode);
361 inode_init_owner(&nop_mnt_idmap, inode, parent, mode);
/linux-master/fs/nfsd/
H A Dvfs.c410 setattr_should_drop_sgid(&nop_mnt_idmap, inode);
452 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL);
470 return notify_change(&nop_mnt_idmap, dentry, iap, NULL);
584 attr->na_aclerr = set_posix_acl(&nop_mnt_idmap,
589 attr->na_aclerr = set_posix_acl(&nop_mnt_idmap,
635 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME,
1492 host_err = vfs_create(&nop_mnt_idmap, dirp, dchild,
1498 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode);
1526 host_err = vfs_mknod(&nop_mnt_idmap, dirp, dchild,
1691 host_err = vfs_symlink(&nop_mnt_idmap, d_inod
[all...]
H A Dnfs3acl.c106 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_ACCESS,
110 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_DEFAULT,
/linux-master/fs/gfs2/
H A Dinode.c335 error = gfs2_permission(&nop_mnt_idmap, dir, MAY_EXEC);
365 error = gfs2_permission(&nop_mnt_idmap, &dip->i_inode,
979 error = gfs2_permission(&nop_mnt_idmap, dir, MAY_WRITE | MAY_EXEC);
1094 error = gfs2_permission(&nop_mnt_idmap, &dip->i_inode,
1520 error = gfs2_permission(&nop_mnt_idmap, ndir,
1557 error = gfs2_permission(&nop_mnt_idmap, d_inode(odentry),
1721 error = gfs2_permission(&nop_mnt_idmap, odentry->d_inode,
1727 error = gfs2_permission(&nop_mnt_idmap, ndentry->d_inode,
1896 error = generic_permission(&nop_mnt_idmap, inode, mask);
1905 setattr_copy(&nop_mnt_idmap, inod
[all...]

Completed in 406 milliseconds

123456