Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dcallback.c307 if (clp->cl_acceptor) in check_gss_callback_principal()
308 return !strcmp(p, clp->cl_acceptor); in check_gss_callback_principal()
H A Dclient.c256 kfree(clp->cl_acceptor); in nfs_free_client()
H A Dnfs4proc.c6615 kfree(clp->cl_acceptor); in nfs4_proc_setclientid()
6616 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred); in nfs4_proc_setclientid()
/linux/include/linux/
H A Dnfs_fs_sb.h57 char * cl_acceptor; /* GSSAPI acceptor name */ member