Searched refs:i_gid_into_vfsgid (Results 1 – 22 of 22) sorted by relevance
/Linux-v6.6/fs/ |
D | attr.c | 46 if (!in_group_or_capable(idmap, inode, i_gid_into_vfsgid(idmap, inode))) in setattr_should_drop_sgid() 128 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in chgrp_ok() 205 vfsgid = i_gid_into_vfsgid(idmap, inode); in setattr_prepare() 319 i_gid_into_vfsgid(idmap, inode))) in setattr_copy() 488 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode))) in notify_change()
|
D | posix_acl.c | 402 vfsgid = i_gid_into_vfsgid(idmap, inode); in posix_acl_permission() 719 if (!vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode)) && in posix_acl_update_mode()
|
D | stat.c | 50 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in generic_fillattr()
|
D | namei.c | 369 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in acl_permission_check() 1194 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode))) in may_linkat() 2965 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode))) in may_delete()
|
D | inode.c | 2589 if (in_group_or_capable(idmap, dir, i_gid_into_vfsgid(idmap, dir))) in mode_strip_sgid()
|
D | exec.c | 1627 vfsgid = i_gid_into_vfsgid(idmap, inode); in bprm_fill_uid()
|
/Linux-v6.6/fs/fuse/ |
D | acl.c | 149 !vfsgid_in_group_p(i_gid_into_vfsgid(&nop_mnt_idmap, inode)) && in fuse_set_acl()
|
/Linux-v6.6/kernel/ |
D | capability.c | 480 vfsgid_has_mapping(ns, i_gid_into_vfsgid(idmap, inode)); in privileged_wrt_inode_uidgid()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_itable.c | 98 vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_bulkstat_one_int()
|
D | xfs_iops.c | 561 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_vn_getattr()
|
D | xfs_inode.c | 839 !vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode))) in xfs_init_new_inode()
|
/Linux-v6.6/fs/f2fs/ |
D | acl.c | 222 if (!vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode)) && in f2fs_acl_update_mode()
|
D | recovery.c | 263 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&nop_mnt_idmap, inode))) in recover_quota_data()
|
D | file.c | 915 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in __setattr_copy()
|
/Linux-v6.6/fs/smb/server/ |
D | ndr.c | 381 vfsgid = i_gid_into_vfsgid(idmap, inode); in ndr_encode_posix_acl()
|
D | oplock.c | 1607 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in create_posix_rsp_buf()
|
D | smb2pdu.c | 2619 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in ksmbd_acls_fattr() 4831 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in find_file_posix_info()
|
/Linux-v6.6/fs/fat/ |
D | file.c | 466 if (vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode))) in fat_allow_set_time()
|
/Linux-v6.6/include/linux/ |
D | fs.h | 1411 static inline vfsgid_t i_gid_into_vfsgid(struct mnt_idmap *idmap, in i_gid_into_vfsgid() function 1434 i_gid_into_vfsgid(idmap, inode))); in i_gid_needs_update() 2105 !vfsgid_valid(i_gid_into_vfsgid(idmap, inode)); in HAS_UNMAPPED_ID()
|
/Linux-v6.6/fs/overlayfs/ |
D | util.c | 1407 vfsgid = i_gid_into_vfsgid(real_idmap, realinode); in ovl_copyattr()
|
/Linux-v6.6/security/integrity/ima/ |
D | ima_policy.c | 631 !rule->fgroup_op(i_gid_into_vfsgid(idmap, inode), in ima_match_rules()
|
/Linux-v6.6/Documentation/filesystems/ |
D | idmappings.rst | 704 - ``i_uid_into_vfsuid()`` and ``i_gid_into_vfsgid()``
|