Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dproc.c758 .alloc_client = nfs_alloc_client,
Dnfs3proc.c1063 .alloc_client = nfs_alloc_client,
Dclient.c437 new = rpc_ops->alloc_client(cl_init); in nfs_get_client()
Dnfs4proc.c10699 .alloc_client = nfs4_alloc_client,
/Linux-v6.6/include/linux/
Dnfs_xdr.h1811 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *); member
/Linux-v6.6/fs/nfsd/
Dnfs4state.c2082 static struct nfs4_client *alloc_client(struct xdr_netobj name, in alloc_client() function
2912 clp = alloc_client(name, nn); in create_client()