Searched refs:vfsgid_t (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | mnt_idmapping.h | 20 } vfsgid_t; typedef 23 static_assert(sizeof(vfsgid_t) == sizeof(kgid_t)); 33 static inline gid_t __vfsgid_val(vfsgid_t gid) in __vfsgid_val() 43 static inline gid_t __vfsgid_val(vfsgid_t gid) in __vfsgid_val() 54 static inline bool vfsgid_valid(vfsgid_t gid) in vfsgid_valid() 64 static inline bool vfsgid_eq(vfsgid_t left, vfsgid_t right) in vfsgid_eq() 104 #define VFSGIDT_INIT(val) (vfsgid_t){ __kgid_val(val) } 116 int vfsgid_in_group_p(vfsgid_t vfsgid); 121 vfsgid_t make_vfsgid(struct mnt_idmap *idmap, 182 vfsgid_t vfsgid) in vfsgid_has_fsmapping() [all …]
|
A D | fs.h | 248 vfsgid_t ia_vfsgid; 1360 static inline vfsgid_t i_gid_into_vfsgid(struct mnt_idmap *idmap, in i_gid_into_vfsgid()
|
/linux-6.3-rc2/fs/ |
A D | mnt_idmapping.c | 135 vfsgid_t make_vfsgid(struct mnt_idmap *idmap, in make_vfsgid() 193 struct user_namespace *fs_userns, vfsgid_t vfsgid) in from_vfsgid() 219 int vfsgid_in_group_p(vfsgid_t vfsgid) in vfsgid_in_group_p() 224 int vfsgid_in_group_p(vfsgid_t vfsgid) in vfsgid_in_group_p()
|
A D | attr.c | 125 const struct inode *inode, vfsgid_t ia_vfsgid) in chgrp_ok() 127 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in chgrp_ok() 196 vfsgid_t vfsgid; in setattr_prepare()
|
A D | internal.h | 156 const struct inode *inode, vfsgid_t vfsgid);
|
A D | posix_acl.c | 383 vfsgid_t vfsgid; in posix_acl_permission() 899 vfsgid_t vfsgid; in vfs_posix_acl_to_xattr()
|
A D | stat.c | 49 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in generic_fillattr()
|
A D | inode.c | 2473 const struct inode *inode, vfsgid_t vfsgid) in in_group_or_capable()
|
A D | exec.c | 1604 vfsgid_t vfsgid; in bprm_fill_uid()
|
A D | namei.c | 366 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in acl_permission_check()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | smbacl.h | 229 vfsgid_t vfsgid; in posix_acl_gid_translate()
|
A D | ndr.c | 349 vfsgid_t vfsgid; in ndr_encode_posix_acl()
|
A D | oplock.c | 1613 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in create_posix_rsp_buf()
|
A D | smb2pdu.c | 2467 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in ksmbd_acls_fattr() 4711 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in find_file_posix_info()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_itable.c | 70 vfsgid_t vfsgid; in xfs_bulkstat_one_int()
|
A D | xfs_iops.c | 561 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in xfs_vn_getattr()
|
/linux-6.3-rc2/security/integrity/ima/ |
A D | ima_policy.c | 83 static inline bool vfsgid_gt_kgid(vfsgid_t vfsgid, kgid_t kgid) in vfsgid_gt_kgid() 93 static inline bool vfsgid_lt_kgid(vfsgid_t vfsgid, kgid_t kgid) in vfsgid_lt_kgid() 113 …bool (*fgroup_op)(vfsgid_t vfsgid, kgid_t rule_gid); /* vfsgid_eq_kgid(), vfsgid_gt_kgid(), vfsgid…
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | util.c | 1106 vfsgid_t vfsgid; in ovl_copyattr()
|
A D | inode.c | 473 vfsgid_t vfsgid; in ovl_idmap_posix_acl()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | file.c | 917 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode); in __setattr_copy()
|
Completed in 78 milliseconds