Home
last modified time | relevance | path

Searched refs:cl_acceptor (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dcallback.c348 if (clp->cl_acceptor) in check_gss_callback_principal()
349 return !strcmp(p, clp->cl_acceptor); in check_gss_callback_principal()
H A Dclient.c247 kfree(clp->cl_acceptor); in nfs_free_client()
H A Dnfs4proc.c6502 kfree(clp->cl_acceptor); in nfs4_proc_setclientid()
6503 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred); in nfs4_proc_setclientid()
/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h55 char * cl_acceptor; /* GSSAPI acceptor name */ member