Home
last modified time | relevance | path

Searched refs:rpcb_clnt (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/sunrpc/
Drpcb_clnt.c477 static struct rpc_task *rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struc… in rpcb_call_async() argument
485 .rpc_client = rpcb_clnt, in rpcb_call_async()
530 struct rpc_clnt *rpcb_clnt; in rpcb_getport_async() local
593 rpcb_clnt = rpcb_create(clnt->cl_server, sap, salen, xprt->prot, in rpcb_getport_async()
595 if (IS_ERR(rpcb_clnt)) { in rpcb_getport_async()
596 status = PTR_ERR(rpcb_clnt); in rpcb_getport_async()
598 task->tk_pid, __func__, PTR_ERR(rpcb_clnt)); in rpcb_getport_async()
630 child = rpcb_call_async(rpcb_clnt, map, proc); in rpcb_getport_async()
631 rpc_release_client(rpcb_clnt); in rpcb_getport_async()
644 rpc_release_client(rpcb_clnt); in rpcb_getport_async()
DMakefile13 addr.o rpcb_clnt.o timer.o xdr.o \