Lines Matching refs:kgid_t
28 kgid_t gid[0];
61 extern int in_group_p(kgid_t);
62 extern int in_egroup_p(kgid_t);
63 extern int groups_search(const struct group_info *, kgid_t);
74 static inline int in_group_p(kgid_t grp) in in_group_p()
78 static inline int in_egroup_p(kgid_t grp) in in_egroup_p()
82 static inline int groups_search(const struct group_info *group_info, kgid_t grp) in groups_search()
121 kgid_t gid; /* real GID of the task */
123 kgid_t sgid; /* saved GID of the task */
125 kgid_t egid; /* effective GID of the task */
127 kgid_t fsgid; /* GID for VFS ops */