Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dproc.c758 .alloc_client = nfs_alloc_client,
Dnfs3proc.c1039 .alloc_client = nfs_alloc_client,
Dclient.c435 new = rpc_ops->alloc_client(cl_init); in nfs_get_client()
Dnfs4proc.c10390 .alloc_client = nfs4_alloc_client,
/Linux-v5.10/include/linux/
Dnfs_xdr.h1780 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *); member
/Linux-v5.10/fs/nfsd/
Dnfs4state.c1943 static struct nfs4_client *alloc_client(struct xdr_netobj name) in alloc_client() function
2705 clp = alloc_client(name); in create_client()