Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Dclnt.h171 #define RPC_CLNT_CREATE_NOPING (1UL << 4) macro
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c100 .flags = RPC_CLNT_CREATE_NOPING | in gssp_rpc_create()
/linux-6.15/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.c483 if (!(args->flags & RPC_CLNT_CREATE_NOPING)) { in rpc_create_xprt()
/linux-6.15/fs/lockd/
H A Dmon.c84 .flags = RPC_CLNT_CREATE_NOPING, in nsm_create()
H A Dhost.c460 .flags = (RPC_CLNT_CREATE_NOPING | in nlm_bind_host()
/linux-6.15/fs/nfs/
H A Dmount_clnt.c250 .flags = RPC_CLNT_CREATE_NOPING, in nfs_umount()
H A Dclient.c546 args.flags |= RPC_CLNT_CREATE_NOPING; in nfs_create_rpc_client()
/linux-6.15/fs/nfsd/
H A Dnfs4callback.c1129 .flags = (RPC_CLNT_CREATE_NOPING | RPC_CLNT_CREATE_QUIET), in setup_callback_client()
/linux-6.15/include/trace/events/
H A Dsunrpc.h156 { RPC_CLNT_CREATE_NOPING, "NOPING" }, \