Searched refs:cr_group_info (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dsvcauth.h24 struct group_info *cr_group_info; member in struct:svc_cred
38 cred->cr_group_info = NULL;
47 if (cred->cr_group_info)
48 put_group_info(cred->cr_group_info);
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c731 put_group_info(cred->cr_group_info);
732 cred->cr_group_info = gi;
780 cred->cr_group_info = groups_alloc(0);
781 if (cred->cr_group_info == NULL)
800 if (rqstp->rq_cred.cr_group_info)
801 put_group_info(rqstp->rq_cred.cr_group_info);
802 rqstp->rq_cred.cr_group_info = NULL;
865 cred->cr_group_info = groups_alloc(0);
866 if (cred->cr_group_info == NULL)
962 cred->cr_group_info
[all...]
/linux-master/fs/nfsd/
H A Dauth.c38 rqgi = rqstp->rq_cred.cr_group_info;
H A Dnfs4state.c2470 target->cr_group_info = source->cr_group_info;
2471 get_group_info(target->cr_group_info);
2534 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info))
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N);
206 if (creds->cr_group_info == NULL)
219 creds->cr_group_info->gid[i] = kgid;
221 groups_sort(creds->cr_group_info);
225 groups_free(creds->cr_group_info);
H A Dsvcauth_gss.c526 rsci.cred.cr_group_info = groups_alloc(N);
527 if (rsci.cred.cr_group_info == NULL)
539 rsci.cred.cr_group_info->gid[i] = kgid;
541 groups_sort(rsci.cred.cr_group_info);
1701 get_group_info(rsci->cred.cr_group_info);
1981 if (rqstp->rq_cred.cr_group_info)
1982 put_group_info(rqstp->rq_cred.cr_group_info);
1983 rqstp->rq_cred.cr_group_info = NULL;

Completed in 164 milliseconds