Home
last modified time | relevance | path

Searched refs:RPC_CLNT_CREATE_NOPING (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h168 #define RPC_CLNT_CREATE_NOPING (1UL << 4) macro
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c100 .flags = RPC_CLNT_CREATE_NOPING | in gssp_rpc_create()
/openbmc/linux/net/sunrpc/
H A Drpcb_clnt.c315 .flags = RPC_CLNT_CREATE_NOPING, in rpcb_create_local_net()
385 .flags = (RPC_CLNT_CREATE_NOPING | in rpcb_create()
H A Dclnt.c485 if (!(args->flags & RPC_CLNT_CREATE_NOPING)) { in rpc_create_xprt()
/openbmc/linux/fs/lockd/
H A Dmon.c84 .flags = RPC_CLNT_CREATE_NOPING, in nsm_create()
H A Dhost.c461 .flags = (RPC_CLNT_CREATE_NOPING | in nlm_bind_host()
/openbmc/linux/fs/nfs/
H A Dmount_clnt.c255 .flags = RPC_CLNT_CREATE_NOPING, in nfs_umount()
H A Dclient.c534 args.flags |= RPC_CLNT_CREATE_NOPING; in nfs_create_rpc_client()
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c971 .flags = (RPC_CLNT_CREATE_NOPING | RPC_CLNT_CREATE_QUIET), in setup_callback_client()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h156 { RPC_CLNT_CREATE_NOPING, "NOPING" }, \