Searched refs:au_name (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | auth.c | 631 auth->au_ops->au_name); in rpcauth_lookupcred() 660 cred->cr_auth->au_ops->au_name, cred); in rpcauth_generic_bind_cred() 675 task->tk_pid, task->tk_client->cl_auth->au_ops->au_name); in rpcauth_bind_root_cred() 685 task->tk_pid, auth->au_ops->au_name); in rpcauth_bind_new_cred() 755 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_marshcred() 766 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_checkverf() 834 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_refreshcred() 849 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_invalcred()
|
D | auth_null.c | 109 .au_name = "NULL",
|
D | auth_unix.c | 227 .au_name = "UNIX",
|
D | auth_generic.c | 268 .au_name = "Generic",
|
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 127 char * au_name; member
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 2031 .au_name = "RPCSEC_GSS",
|
/Linux-v4.19/fs/nfs/ |
D | nfs4proc.c | 5922 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid() 5961 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
|