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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth.c215 if (entry->cr_ops->crmatch(acred, entry, flags)) {
246 && cred->cr_ops->cr_init != NULL
248 int res = cred->cr_ops->cr_init(auth, cred);
318 cred->cr_ops->crdestroy(cred);
341 return cred->cr_ops->crmarshal(task, p);
352 return cred->cr_ops->crvalidate(task, p);
362 task->tk_pid, cred->cr_ops->cr_name, cred);
363 if (cred->cr_ops->crwrap_req)
364 return cred->cr_ops->crwrap_req(task, encode, rqstp, data, obj);
376 task->tk_pid, cred->cr_ops
[all...]
H A Dauth_null.c136 .cr_ops = &null_credops,
H A Dauth_unix.c95 cred->uc_base.cr_ops = &unix_credops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h34 struct rpc_credops * cr_ops; member in struct:rpc_cred
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dauth_gss.c741 cred->gc_base.cr_ops = &gss_credops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c2806 cred->cr_ops->cr_name,

Completed in 68 milliseconds