Lines Matching refs:cr_group_info
716 put_group_info(cred->cr_group_info); in svcauth_unix_set_client()
717 cred->cr_group_info = gi; in svcauth_unix_set_client()
731 cred->cr_group_info = NULL; in svcauth_null_accept()
752 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
753 if (cred->cr_group_info == NULL) in svcauth_null_accept()
770 if (rqstp->rq_cred.cr_group_info) in svcauth_null_release()
771 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_null_release()
772 rqstp->rq_cred.cr_group_info = NULL; in svcauth_null_release()
797 cred->cr_group_info = NULL; in svcauth_unix_accept()
823 cred->cr_group_info = groups_alloc(slen); in svcauth_unix_accept()
824 if (cred->cr_group_info == NULL) in svcauth_unix_accept()
828 GROUP_AT(cred->cr_group_info, i) = kgid; in svcauth_unix_accept()
855 if (rqstp->rq_cred.cr_group_info) in svcauth_unix_release()
856 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_unix_release()
857 rqstp->rq_cred.cr_group_info = NULL; in svcauth_unix_release()