Lines Matching refs:kgid_t
30 #define NGROUPS_PER_BLOCK ((unsigned int)(PAGE_SIZE / sizeof(kgid_t)))
36 kgid_t small_block[NGROUPS_SMALL];
37 kgid_t *blocks[0];
70 extern int in_group_p(kgid_t);
71 extern int in_egroup_p(kgid_t);
77 static inline int in_group_p(kgid_t grp) in in_group_p()
81 static inline int in_egroup_p(kgid_t grp) in in_egroup_p()
88 extern int groups_search(const struct group_info *, kgid_t);
128 kgid_t gid; /* real GID of the task */
130 kgid_t sgid; /* saved GID of the task */
132 kgid_t egid; /* effective GID of the task */
134 kgid_t fsgid; /* GID for VFS ops */