Home
last modified time | relevance | path

Searched refs:vfsgid (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/linux/
H A Dmnt_idmapping.h94 static inline bool vfsgid_eq_kgid(vfsgid_t vfsgid, kgid_t kgid) in vfsgid_eq_kgid() argument
96 return vfsgid_valid(vfsgid) && __vfsgid_val(vfsgid) == __kgid_val(kgid); in vfsgid_eq_kgid()
116 int vfsgid_in_group_p(vfsgid_t vfsgid);
128 struct user_namespace *fs_userns, vfsgid_t vfsgid);
182 vfsgid_t vfsgid) in vfsgid_has_fsmapping() argument
184 return gid_valid(from_vfsgid(idmap, fs_userns, vfsgid)); in vfsgid_has_fsmapping()
188 vfsgid_t vfsgid) in vfsgid_has_mapping() argument
190 return from_kgid(userns, AS_KGIDT(vfsgid)) != (gid_t)-1; in vfsgid_has_mapping()
201 static inline kgid_t vfsgid_into_kgid(vfsgid_t vfsgid) in vfsgid_into_kgid() argument
203 return AS_KGIDT(vfsgid); in vfsgid_into_kgid()
/openbmc/linux/fs/
H A Dmnt_idmapping.c193 struct user_namespace *fs_userns, vfsgid_t vfsgid) in from_vfsgid() argument
199 return AS_KGIDT(vfsgid); in from_vfsgid()
200 gid = from_kgid(mnt_userns, AS_KGIDT(vfsgid)); in from_vfsgid()
219 int vfsgid_in_group_p(vfsgid_t vfsgid) in vfsgid_in_group_p() argument
221 return in_group_p(AS_KGIDT(vfsgid)); in vfsgid_in_group_p()
224 int vfsgid_in_group_p(vfsgid_t vfsgid) in vfsgid_in_group_p() argument
H A Dattr.c128 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in chgrp_ok() local
131 if (vfsgid_eq(ia_vfsgid, vfsgid)) in chgrp_ok()
138 if (!vfsgid_valid(vfsgid) && in chgrp_ok()
197 vfsgid_t vfsgid; in setattr_prepare() local
203 vfsgid = attr->ia_vfsgid; in setattr_prepare()
205 vfsgid = i_gid_into_vfsgid(idmap, inode); in setattr_prepare()
208 if (!in_group_or_capable(idmap, inode, vfsgid)) in setattr_prepare()
H A Dposix_acl.c383 vfsgid_t vfsgid; in posix_acl_permission() local
402 vfsgid = i_gid_into_vfsgid(idmap, inode); in posix_acl_permission()
403 if (vfsgid_in_group_p(vfsgid)) { in posix_acl_permission()
410 vfsgid = make_vfsgid(idmap, fs_userns, in posix_acl_permission()
412 if (vfsgid_in_group_p(vfsgid)) { in posix_acl_permission()
899 vfsgid_t vfsgid; in vfs_posix_acl_to_xattr() local
923 vfsgid = make_vfsgid(idmap, fs_userns, acl_e->e_gid); in vfs_posix_acl_to_xattr()
925 caller_userns, vfsgid_into_kgid(vfsgid))); in vfs_posix_acl_to_xattr()
H A Dinternal.h190 const struct inode *inode, vfsgid_t vfsgid);
H A Dexec.c1611 vfsgid_t vfsgid; in bprm_fill_uid() local
1631 vfsgid = i_gid_into_vfsgid(idmap, inode); in bprm_fill_uid()
1636 !vfsgid_has_mapping(bprm->cred->user_ns, vfsgid)) in bprm_fill_uid()
1646 bprm->cred->egid = vfsgid_into_kgid(vfsgid); in bprm_fill_uid()
H A Dstat.c50 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in generic_fillattr() local
57 stat->gid = vfsgid_into_kgid(vfsgid); in generic_fillattr()
H A Dinode.c2561 const struct inode *inode, vfsgid_t vfsgid) in in_group_or_capable() argument
2563 if (vfsgid_in_group_p(vfsgid)) in in_group_or_capable()
H A Dnamei.c369 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in acl_permission_check() local
370 if (vfsgid_in_group_p(vfsgid)) in acl_permission_check()
/openbmc/linux/fs/smb/server/
H A Dsmbacl.h229 vfsgid_t vfsgid; in posix_acl_gid_translate() local
232 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
235 return from_kgid(&init_user_ns, vfsgid_into_kgid(vfsgid)); in posix_acl_gid_translate()
H A Dndr.c349 vfsgid_t vfsgid; in ndr_encode_posix_acl() local
381 vfsgid = i_gid_into_vfsgid(idmap, inode); in ndr_encode_posix_acl()
382 ret = ndr_write_int64(n, from_kgid(&init_user_ns, vfsgid_into_kgid(vfsgid))); in ndr_encode_posix_acl()
H A Doplock.c1721 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in create_posix_rsp_buf() local
1765 id_to_sid(from_kgid_munged(&init_user_ns, vfsgid_into_kgid(vfsgid)), in create_posix_rsp_buf()
H A Dsmb2pdu.c2622 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in ksmbd_acls_fattr() local
2625 fattr->cf_gid = vfsgid_into_kgid(vfsgid); in ksmbd_acls_fattr()
5122 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in find_file_posix_info() local
5156 id_to_sid(from_kgid_munged(&init_user_ns, vfsgid_into_kgid(vfsgid)), in find_file_posix_info()
/openbmc/linux/fs/xfs/
H A Dxfs_itable.c70 vfsgid_t vfsgid; in xfs_bulkstat_one_int() local
98 vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_bulkstat_one_int()
106 buf->bs_gid = from_kgid(sb_userns, vfsgid_into_kgid(vfsgid)); in xfs_bulkstat_one_int()
H A Dxfs_iops.c561 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_vn_getattr() local
573 stat->gid = vfsgid_into_kgid(vfsgid); in xfs_vn_getattr()
/openbmc/linux/fs/overlayfs/
H A Dinode.c480 vfsgid_t vfsgid; in ovl_idmap_posix_acl() local
489 vfsgid = make_vfsgid(idmap, fs_userns, e->e_gid); in ovl_idmap_posix_acl()
490 e->e_gid = vfsgid_into_kgid(vfsgid); in ovl_idmap_posix_acl()
H A Dutil.c1401 vfsgid_t vfsgid; in ovl_copyattr() local
1407 vfsgid = i_gid_into_vfsgid(real_idmap, realinode); in ovl_copyattr()
1410 inode->i_gid = vfsgid_into_kgid(vfsgid); in ovl_copyattr()
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c83 static inline bool vfsgid_gt_kgid(vfsgid_t vfsgid, kgid_t kgid) in vfsgid_gt_kgid() argument
85 return __vfsgid_val(vfsgid) > __kgid_val(kgid); in vfsgid_gt_kgid()
93 static inline bool vfsgid_lt_kgid(vfsgid_t vfsgid, kgid_t kgid) in vfsgid_lt_kgid() argument
95 return __vfsgid_val(vfsgid) < __kgid_val(kgid); in vfsgid_lt_kgid()
113 …bool (*fgroup_op)(vfsgid_t vfsgid, kgid_t rule_gid); /* vfsgid_eq_kgid(), vfsgid_gt_kgid(), vfsgid…
/openbmc/linux/fs/f2fs/
H A Dfile.c903 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in __setattr_copy() local
905 if (!vfsgid_in_group_p(vfsgid) && in __setattr_copy()