Searched refs:cl_cred (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h220 struct svc_cred cl_cred; /* setclientid principal */ member in struct:nfs4_client
H A Dnfs4state.c787 if (clp->cl_cred.cr_group_info)
788 put_group_info(clp->cl_cred.cr_group_info);
958 copy_cred(&clp->cl_cred, &rqstp->rq_cred);
1258 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
1405 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
1642 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
1760 if (!same_creds(&conf->cl_cred, &unconf->cl_cred))
1775 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred))
1785 if (!same_creds(&unconf->cl_cred,
[all...]

Completed in 58 milliseconds