Home
last modified time | relevance | path

Searched refs:alloc_client (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfs/
H A Dproc.c773 .alloc_client = nfs_alloc_client,
H A Dnfs3proc.c1116 .alloc_client = nfs_alloc_client,
H A Dclient.c456 new = rpc_ops->alloc_client(cl_init); in nfs_get_client()
H A Dnfs4proc.c11121 .alloc_client = nfs4_alloc_client,
/linux/include/linux/
H A Dnfs_xdr.h1853 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *); member
/linux/fs/nfsd/
H A Dnfs4state.c2344 static struct nfs4_client *alloc_client(struct xdr_netobj name,
3280 clp = alloc_client(name, nn); in create_client()
2345 static struct nfs4_client *alloc_client(struct xdr_netobj name, alloc_client() function