Home
last modified time | relevance | path

Searched refs:rpc_clone_client (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dclnt.h179 struct rpc_clnt *rpc_clone_client(struct rpc_clnt *);
/Linux-v6.6/net/sunrpc/
Dclnt.c677 struct rpc_clnt *rpc_clone_client(struct rpc_clnt *clnt) in rpc_clone_client() function
688 EXPORT_SYMBOL_GPL(rpc_clone_client);
/Linux-v6.6/fs/nfs/
Dnfs4proc.c4524 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client; in nfs4_proc_lookup_mountpoint()