| /linux/fs/ |
| H A D | attr.c | 42 if (!in_group_or_capable(idmap, inode, i_gid_into_vfsgid(idmap, inode))) in setattr_should_drop_sgid() 124 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in chgrp_ok() 211 vfsgid = i_gid_into_vfsgid(idmap, inode); in setattr_prepare() 352 i_gid_into_vfsgid(idmap, inode))) in setattr_copy() 537 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode))) in notify_change()
|
| H A D | posix_acl.c | 400 vfsgid = i_gid_into_vfsgid(idmap, inode); in posix_acl_permission() 718 i_gid_into_vfsgid(idmap, inode))) in posix_acl_update_mode()
|
| H A D | stat.c | 86 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in generic_fillattr()
|
| H A D | exec.c | 1556 vfsgid = i_gid_into_vfsgid(idmap, inode); in bprm_fill_uid()
|
| H A D | namei.c | 485 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in acl_permission_check() 1361 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode))) in may_linkat() 3669 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode))) in may_delete_dentry()
|
| H A D | inode.c | 3014 if (in_group_or_capable(idmap, dir, i_gid_into_vfsgid(idmap, dir))) in mode_strip_sgid()
|
| /linux/fs/fuse/ |
| H A D | acl.c | 144 i_gid_into_vfsgid(idmap, inode))) in fuse_set_acl()
|
| /linux/kernel/ |
| H A D | capability.c | 460 vfsgid_has_mapping(ns, i_gid_into_vfsgid(idmap, inode)); in privileged_wrt_inode_uidgid()
|
| /linux/fs/f2fs/ |
| H A D | acl.c | 223 if (!in_group_or_capable(idmap, inode, i_gid_into_vfsgid(idmap, inode))) in f2fs_acl_update_mode()
|
| H A D | recovery.c | 256 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&nop_mnt_idmap, inode))) in recover_quota_data()
|
| H A D | file.c | 1056 if (!in_group_or_capable(idmap, inode, i_gid_into_vfsgid(idmap, inode))) in __setattr_copy()
|
| /linux/fs/xfs/ |
| H A D | xfs_itable.c | 103 vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_bulkstat_one_int()
|
| H A D | xfs_iops.c | 693 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_vn_getattr()
|
| /linux/fs/smb/server/ |
| H A D | ndr.c | 381 vfsgid = i_gid_into_vfsgid(idmap, inode); in ndr_encode_posix_acl()
|
| H A D | oplock.c | 1734 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in create_posix_rsp_buf()
|
| H A D | smb2pdu.c | 2683 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in ksmbd_acls_fattr() 5300 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in find_file_posix_info()
|
| /linux/fs/fat/ |
| H A D | file.c | 467 if (vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode))) in fat_allow_set_time()
|
| /linux/fs/exfat/ |
| H A D | file.c | 100 if (vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode))) in exfat_allow_set_time()
|
| /linux/include/linux/ |
| H A D | fs.h | 1498 static inline vfsgid_t i_gid_into_vfsgid(struct mnt_idmap *idmap, in i_gid_into_vfsgid() function 1521 i_gid_into_vfsgid(idmap, inode))); in i_gid_needs_update() 2186 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode)); in HAS_UNMAPPED_ID()
|
| /linux/fs/overlayfs/ |
| H A D | util.c | 1533 vfsgid = i_gid_into_vfsgid(real_idmap, realinode); in ovl_copyattr()
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 645 !rule->fgroup_op(i_gid_into_vfsgid(idmap, inode), in ima_match_rules()
|
| /linux/Documentation/filesystems/ |
| H A D | idmappings.rst | 704 - ``i_uid_into_vfsuid()`` and ``i_gid_into_vfsgid()``
|