Home
last modified time | relevance | path

Searched refs:RPC_CLNT_CREATE_HARDRTRY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h165 #define RPC_CLNT_CREATE_HARDRTRY (1UL << 0) macro
/openbmc/linux/fs/lockd/
H A Dhost.c473 args.flags |= RPC_CLNT_CREATE_HARDRTRY; in nlm_bind_host()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h153 { RPC_CLNT_CREATE_HARDRTRY, "HARDRTRY" }, \
/openbmc/linux/net/sunrpc/
H A Dclnt.c500 if (args->flags & (RPC_CLNT_CREATE_HARDRTRY|RPC_CLNT_CREATE_SOFTERR)) { in rpc_create_xprt()