Searched refs:rpc_call_sync (Results 1 – 3 of 3) sorted by relevance
190 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
976 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function1001 EXPORT_SYMBOL_GPL(rpc_call_sync);2413 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN); in rpc_ping()
400 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call()