Home
last modified time | relevance | path

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

/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c190 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
/net/sunrpc/
Dclnt.c976 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function
1001 EXPORT_SYMBOL_GPL(rpc_call_sync);
2413 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN); in rpc_ping()
Drpcb_clnt.c400 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call()