Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dproc.c768 .alloc_client = nfs_alloc_client,
H A Dnfs3proc.c1112 .alloc_client = nfs_alloc_client,
H A Dnfs4proc.c10937 .alloc_client = nfs4_alloc_client,
/linux/include/linux/
H A Dnfs_xdr.h1840 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *); member
/linux/fs/nfsd/
H A Dnfs4state.c2310 static struct nfs4_client *alloc_client(struct xdr_netobj name, in alloc_client() function
3242 clp = alloc_client(name, nn); in create_client()