Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfs/
Dproc.c758 .alloc_client = nfs_alloc_client,
Dnfs3proc.c1063 .alloc_client = nfs_alloc_client,
Dclient.c432 new = rpc_ops->alloc_client(cl_init); in nfs_get_client()
Dnfs4proc.c10674 .alloc_client = nfs4_alloc_client,
/Linux-v6.1/include/linux/
Dnfs_xdr.h1804 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *); member
/Linux-v6.1/fs/nfsd/
Dnfs4state.c2073 static struct nfs4_client *alloc_client(struct xdr_netobj name, in alloc_client() function
2867 clp = alloc_client(name, nn); in create_client()