Lines Matching refs:cred
118 void set_groups(struct cred *new, struct group_info *group_info) in set_groups()
136 struct cred *new; in set_current_groups()
150 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local
157 i = cred->group_info->ngroups; in SYSCALL_DEFINE2()
163 if (groups_to_user(grouplist, cred->group_info)) { in SYSCALL_DEFINE2()
216 const struct cred *cred = current_cred(); in in_group_p() local
219 if (!gid_eq(grp, cred->fsgid)) in in_group_p()
220 retval = groups_search(cred->group_info, grp); in in_group_p()
228 const struct cred *cred = current_cred(); in in_egroup_p() local
231 if (!gid_eq(grp, cred->egid)) in in_egroup_p()
232 retval = groups_search(cred->group_info, grp); in in_egroup_p()