Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dclnt.h171 #define RPC_CLNT_CREATE_NOPING (1UL << 4) macro
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c100 .flags = RPC_CLNT_CREATE_NOPING | in gssp_rpc_create()
/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.c487 if (!(args->flags & RPC_CLNT_CREATE_NOPING)) { in rpc_create_xprt()
/linux/fs/nfs/
H A Dclient.c566 args.flags |= RPC_CLNT_CREATE_NOPING; in nfs_create_rpc_client()
/linux/fs/nfsd/
H A Dnfs4callback.c1238 .flags = (RPC_CLNT_CREATE_NOPING | RPC_CLNT_CREATE_QUIET), in setup_callback_client()