Lines Matching refs:kgid_t
28 kgid_t gid[];
60 extern int in_group_p(kgid_t);
61 extern int in_egroup_p(kgid_t);
62 extern int groups_search(const struct group_info *, kgid_t);
73 static inline int in_group_p(kgid_t grp) in in_group_p()
77 static inline int in_egroup_p(kgid_t grp) in in_egroup_p()
81 static inline int groups_search(const struct group_info *group_info, kgid_t grp) in groups_search()
120 kgid_t gid; /* real GID of the task */
122 kgid_t sgid; /* saved GID of the task */
124 kgid_t egid; /* effective GID of the task */
126 kgid_t fsgid; /* GID for VFS ops */