Searched refs:rpc_call_async (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/sunrpc/ |
H A D | clnt.h | 209 int rpc_call_async(struct rpc_clnt *clnt,
|
/linux/net/sunrpc/ |
H A D | clnt.c | 1287 * rpc_call_async - Perform an asynchronous RPC call 1295 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, in rpc_call_async() 1313 EXPORT_SYMBOL_GPL(rpc_call_async); 1292 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, rpc_call_async() function
|
/linux/fs/nfsd/ |
H A D | nfs4callback.c | 1612 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | flags, in nfsd4_run_cb_work()
|
/linux/fs/nfs/ |
H A D | nfs4proc.c | 5923 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew() 7900 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data); in nfs4_release_lockowner()
|