| /linux/fs/ |
| A D | mnt_idmapping.c | 30 struct mnt_idmap nop_mnt_idmap = { variable 33 EXPORT_SYMBOL_GPL(nop_mnt_idmap); 85 if (idmap == &nop_mnt_idmap) in make_vfsuid() 124 if (idmap == &nop_mnt_idmap) in make_vfsgid() 154 if (idmap == &nop_mnt_idmap) in from_vfsuid() 183 if (idmap == &nop_mnt_idmap) in from_vfsgid() 316 if (idmap != &nop_mnt_idmap && idmap != &invalid_mnt_idmap) in mnt_idmap_get() 332 if (idmap != &nop_mnt_idmap && idmap != &invalid_mnt_idmap && in mnt_idmap_put()
|
| A D | bpf_fs_kfuncs.c | 128 ret = inode_permission(&nop_mnt_idmap, inode, MAY_READ); in bpf_get_dentry_xattr()
|
| /linux/fs/jfs/ |
| A D | file.c | 94 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in jfs_setattr() 98 if (is_quota_modification(&nop_mnt_idmap, inode, iattr)) { in jfs_setattr() 105 rc = dquot_transfer(&nop_mnt_idmap, inode, iattr); in jfs_setattr() 122 setattr_copy(&nop_mnt_idmap, inode, iattr); in jfs_setattr() 126 rc = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in jfs_setattr()
|
| /linux/fs/ecryptfs/ |
| A D | inode.c | 150 rc = vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry, in ecryptfs_do_unlink() 191 rc = vfs_create(&nop_mnt_idmap, lower_dir, in ecryptfs_do_create() 515 rc = vfs_mkdir(&nop_mnt_idmap, lower_dir, in ecryptfs_mkdir() 568 rc = vfs_mknod(&nop_mnt_idmap, lower_dir, in ecryptfs_mknod() 629 rd.old_mnt_idmap = &nop_mnt_idmap; in ecryptfs_rename() 632 rd.new_mnt_idmap = &nop_mnt_idmap; in ecryptfs_rename() 869 rc = notify_change(&nop_mnt_idmap, lower_dentry, in ecryptfs_truncate() 880 return inode_permission(&nop_mnt_idmap, in ecryptfs_permission() 952 rc = setattr_prepare(&nop_mnt_idmap, dentry, ia); in ecryptfs_setattr() 1032 generic_fillattr(&nop_mnt_idmap, request_mask, in ecryptfs_getattr() [all …]
|
| /linux/fs/cachefiles/ |
| A D | xattr.c | 70 ret = vfs_setxattr(&nop_mnt_idmap, dentry, in cachefiles_set_object_xattr() 117 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen); in cachefiles_check_auxdata() 163 ret = vfs_removexattr(&nop_mnt_idmap, dentry, in cachefiles_remove_object_xattr() 226 ret = vfs_setxattr(&nop_mnt_idmap, dentry, in cachefiles_set_volume_xattr() 272 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len); in cachefiles_check_volume_xattr()
|
| A D | namei.c | 133 ret = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700); in cachefiles_get_directory() 248 ret = vfs_unlink(&nop_mnt_idmap, d_backing_inode(dir), dentry, NULL); in cachefiles_unlink() 387 .old_mnt_idmap = &nop_mnt_idmap, in cachefiles_bury_object() 390 .new_mnt_idmap = &nop_mnt_idmap, in cachefiles_bury_object() 456 file = kernel_tmpfile_open(&nop_mnt_idmap, &parentpath, in cachefiles_create_tmpfile() 720 ret = vfs_link(object->file->f_path.dentry, &nop_mnt_idmap, in cachefiles_commit_tmpfile()
|
| /linux/fs/sysv/ |
| A D | file.c | 38 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in sysv_setattr() 51 setattr_copy(&nop_mnt_idmap, inode, attr); in sysv_setattr()
|
| /linux/fs/minix/ |
| A D | file.c | 31 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in minix_setattr() 45 setattr_copy(&nop_mnt_idmap, inode, attr); in minix_setattr()
|
| /linux/drivers/base/ |
| A D | devtmpfs.c | 169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode); in dev_mkdir() 219 err = vfs_mknod(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode, in handle_create() 229 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_create() 250 err = vfs_rmdir(&nop_mnt_idmap, d_inode(parent.dentry), in dev_rmdir() 337 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_remove() 339 err = vfs_unlink(&nop_mnt_idmap, d_inode(parent.dentry), in handle_remove()
|
| /linux/security/integrity/evm/ |
| A D | evm_crypto.c | 274 size = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr->name, in evm_calc_hmac_or_hash() 283 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry, in evm_calc_hmac_or_hash() 343 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_EVM, in evm_is_immutable() 389 rc = __vfs_setxattr_noperm(&nop_mnt_idmap, dentry, in evm_update_evmxattr() 394 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
|
| /linux/fs/nfsd/ |
| A D | vfs.c | 411 setattr_should_drop_sgid(&nop_mnt_idmap, inode); in nfsd_sanitize_attrs() 472 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr() 586 attr->na_aclerr = set_posix_acl(&nop_mnt_idmap, in nfsd_setattr() 591 attr->na_aclerr = set_posix_acl(&nop_mnt_idmap, in nfsd_setattr() 1489 host_err = vfs_create(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked() 1523 host_err = vfs_mknod(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked() 1884 .old_mnt_idmap = &nop_mnt_idmap, in nfsd_rename() 1887 .new_mnt_idmap = &nop_mnt_idmap, in nfsd_rename() 2000 host_err = vfs_rmdir(&nop_mnt_idmap, dirp, rdentry); in nfsd_unlink() 2566 err = inode_permission(&nop_mnt_idmap, inode, in nfsd_permission() [all …]
|
| A D | nfs3acl.c | 106 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_ACCESS, in nfsd3_proc_setacl() 110 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_DEFAULT, in nfsd3_proc_setacl()
|
| /linux/fs/ext2/ |
| A D | ioctl.c | 69 if (!inode_owner_or_capable(&nop_mnt_idmap, inode)) in ext2_ioctl() 102 if (!inode_owner_or_capable(&nop_mnt_idmap, inode)) in ext2_ioctl()
|
| A D | inode.c | 1632 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat); in ext2_getattr() 1642 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in ext2_setattr() 1646 if (is_quota_modification(&nop_mnt_idmap, inode, iattr)) { in ext2_setattr() 1651 if (i_uid_needs_update(&nop_mnt_idmap, iattr, inode) || in ext2_setattr() 1652 i_gid_needs_update(&nop_mnt_idmap, iattr, inode)) { in ext2_setattr() 1653 error = dquot_transfer(&nop_mnt_idmap, inode, iattr); in ext2_setattr() 1662 setattr_copy(&nop_mnt_idmap, inode, iattr); in ext2_setattr() 1664 error = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in ext2_setattr()
|
| /linux/fs/ramfs/ |
| A D | inode.c | 64 inode_init_owner(&nop_mnt_idmap, inode, dir, mode); in ramfs_get_inode() 125 int retval = ramfs_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFDIR, 0); in ramfs_mkdir() 134 return ramfs_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFREG, 0); in ramfs_create()
|
| A D | file-nommu.c | 169 ret = setattr_prepare(&nop_mnt_idmap, dentry, ia); in ramfs_nommu_setattr() 189 setattr_copy(&nop_mnt_idmap, inode, ia); in ramfs_nommu_setattr()
|
| /linux/fs/kernfs/ |
| A D | inode.c | 123 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in kernfs_iop_setattr() 132 setattr_copy(&nop_mnt_idmap, inode, iattr); in kernfs_iop_setattr() 193 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat); in kernfs_iop_getattr() 289 ret = generic_permission(&nop_mnt_idmap, inode, mask); in kernfs_iop_permission()
|
| /linux/fs/9p/ |
| A D | acl.c | 198 if (!inode_owner_or_capable(&nop_mnt_idmap, inode)) { in v9fs_iop_set_acl() 209 retval = posix_acl_update_mode(&nop_mnt_idmap, inode, in v9fs_iop_set_acl() 228 v9fs_vfs_setattr_dotl(&nop_mnt_idmap, dentry, &iattr); in v9fs_iop_set_acl()
|
| /linux/fs/ocfs2/dlmfs/ |
| A D | dlmfs.c | 197 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in dlmfs_file_setattr() 201 setattr_copy(&nop_mnt_idmap, inode, attr); in dlmfs_file_setattr() 338 inode_init_owner(&nop_mnt_idmap, inode, NULL, mode); in dlmfs_get_root_inode() 361 inode_init_owner(&nop_mnt_idmap, inode, parent, mode); in dlmfs_get_inode()
|
| /linux/fs/gfs2/ |
| A D | inode.c | 335 error = gfs2_permission(&nop_mnt_idmap, dir, MAY_EXEC); in gfs2_lookupi() 365 error = gfs2_permission(&nop_mnt_idmap, &dip->i_inode, in create_ok() 1094 error = gfs2_permission(&nop_mnt_idmap, &dip->i_inode, in gfs2_unlink_ok() 1520 error = gfs2_permission(&nop_mnt_idmap, ndir, in gfs2_rename() 1557 error = gfs2_permission(&nop_mnt_idmap, d_inode(odentry), in gfs2_rename() 1721 error = gfs2_permission(&nop_mnt_idmap, odentry->d_inode, in gfs2_exchange() 1727 error = gfs2_permission(&nop_mnt_idmap, ndentry->d_inode, in gfs2_exchange() 1896 error = generic_permission(&nop_mnt_idmap, inode, mask); in gfs2_permission() 1905 setattr_copy(&nop_mnt_idmap, inode, attr); in __gfs2_setattr_simple() 2020 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in gfs2_setattr() [all …]
|
| /linux/security/integrity/ima/ |
| A D | ima_asymmetric_keys.c | 63 process_buffer_measurement(&nop_mnt_idmap, NULL, payload, payload_len, in ima_post_key_create_or_update()
|
| /linux/fs/udf/ |
| A D | file.c | 220 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in udf_setattr() 245 setattr_copy(&nop_mnt_idmap, inode, attr); in udf_setattr()
|
| /linux/fs/reiserfs/ |
| A D | xattr.c | 70 return dir->i_op->create(&nop_mnt_idmap, dir, dentry, mode, true); in xattr_create() 77 return dir->i_op->mkdir(&nop_mnt_idmap, dir, dentry, mode); in xattr_mkdir() 356 err = reiserfs_setattr(&nop_mnt_idmap, dentry, attrs); in chown_one_xattr() 602 err = reiserfs_setattr(&nop_mnt_idmap, dentry, &newattrs); in reiserfs_xattr_set_handle() 958 return generic_permission(&nop_mnt_idmap, inode, mask); in reiserfs_permission()
|
| A D | xattr_acl.c | 45 error = posix_acl_update_mode(&nop_mnt_idmap, inode, in reiserfs_set_acl() 410 return posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in reiserfs_acl_chmod()
|
| /linux/fs/hfsplus/ |
| A D | inode.c | 250 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hfsplus_setattr() 268 setattr_copy(&nop_mnt_idmap, inode, attr); in hfsplus_setattr() 296 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat); in hfsplus_getattr() 388 inode_init_owner(&nop_mnt_idmap, inode, dir, mode); in hfsplus_new_inode()
|