Searched refs:rpc_call_async (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ |
D | clnt.h | 163 int rpc_call_async(struct rpc_clnt *clnt,
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4callback.c | 1079 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()
|
/linux-4.1.27/net/sunrpc/ |
D | clnt.c | 1009 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, in rpc_call_async() function 1027 EXPORT_SYMBOL_GPL(rpc_call_async);
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 4419 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew() 6114 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data); in nfs4_release_lockowner()
|