Lines Matching refs:cred
159 void set_groups(struct cred *new, struct group_info *group_info) in set_groups()
178 struct cred *new; in set_current_groups()
192 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local
199 i = cred->group_info->ngroups; in SYSCALL_DEFINE2()
205 if (groups_to_user(grouplist, cred->group_info)) { in SYSCALL_DEFINE2()
257 const struct cred *cred = current_cred(); in in_group_p() local
260 if (!gid_eq(grp, cred->fsgid)) in in_group_p()
261 retval = groups_search(cred->group_info, grp); in in_group_p()
269 const struct cred *cred = current_cred(); in in_egroup_p() local
272 if (!gid_eq(grp, cred->egid)) in in_egroup_p()
273 retval = groups_search(cred->group_info, grp); in in_egroup_p()