Searched refs:cr_group_info (Results 1 – 5 of 5) sorted by relevance
782 put_group_info(cred->cr_group_info); in svcauth_unix_set_client()783 cred->cr_group_info = gi; in svcauth_unix_set_client()797 cred->cr_group_info = NULL; in svcauth_null_accept()817 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()818 if (cred->cr_group_info == NULL) in svcauth_null_accept()835 if (rqstp->rq_cred.cr_group_info) in svcauth_null_release()836 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_null_release()837 rqstp->rq_cred.cr_group_info = NULL; in svcauth_null_release()862 cred->cr_group_info = NULL; in svcauth_unix_accept()881 cred->cr_group_info = groups_alloc(slen); in svcauth_unix_accept()[all …]
352 if (rsci->cred.cr_group_info) in rsc_free()353 put_group_info(rsci->cred.cr_group_info); in rsc_free()391 new->cred.cr_group_info = NULL; in rsc_init()406 tmp->cred.cr_group_info = NULL; in update_rsc()468 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()469 if (rsci.cred.cr_group_info == NULL) in rsc_parse()478 GROUP_AT(rsci.cred.cr_group_info, i) = gid; in rsc_parse()1166 get_group_info(rsci->cred.cr_group_info); in svcauth_gss_accept()1403 if (rqstp->rq_cred.cr_group_info) in svcauth_gss_release()1404 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_gss_release()[all …]
23 struct group_info *cr_group_info; member
40 rqgi = rqstp->rq_cred.cr_group_info; in nfsd_setuser()
908 if (clp->cl_cred.cr_group_info) in free_client()909 put_group_info(clp->cl_cred.cr_group_info); in free_client()996 target->cr_group_info = source->cr_group_info; in copy_cred()997 get_group_info(target->cr_group_info); in copy_cred()