Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dproc.c748 .alloc_client = nfs_alloc_client,
Dnfs3proc.c1029 .alloc_client = nfs_alloc_client,
Dclient.c427 new = rpc_ops->alloc_client(cl_init); in nfs_get_client()
Dnfs4proc.c10020 .alloc_client = nfs4_alloc_client,
/Linux-v5.4/include/linux/
Dnfs_xdr.h1705 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *); member
/Linux-v5.4/fs/nfsd/
Dnfs4state.c1875 static struct nfs4_client *alloc_client(struct xdr_netobj name) in alloc_client() function
2603 clp = alloc_client(name); in create_client()