Home
last modified time | relevance | path

Searched refs:RPC_TASK_SOFTCONN (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/linux/sunrpc/
Dsched.h130 #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ macro
140 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
/Linux-v5.10/fs/lockd/
Dmon.c120 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
125 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
/Linux-v5.10/fs/nfs/filelayout/
Dfilelayout.c491 0, RPC_TASK_SOFTCONN); in filelayout_read_pagelist()
533 sync, RPC_TASK_SOFTCONN); in filelayout_write_pagelist()
1007 RPC_TASK_SOFTCONN); in filelayout_initiate_commit()
/Linux-v5.10/net/sunrpc/
Drpcb_clnt.c384 flags = RPC_TASK_SOFTCONN; in rpcb_register_call()
608 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
Dclnt.c1220 .flags = RPC_TASK_SOFTCONN | in rpc_run_bc_task()
2685 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_ping()
2705 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper()
/Linux-v5.10/fs/nfs/flexfilelayout/
Dflexfilelayout.c1803 0, RPC_TASK_SOFTCONN); in ff_layout_read_pagelist()
1871 sync, RPC_TASK_SOFTCONN); in ff_layout_write_pagelist()
1946 how, RPC_TASK_SOFTCONN); in ff_layout_initiate_commit()
/Linux-v5.10/fs/nfsd/
Dnfs4callback.c1353 flags = clp->cl_minorversion ? RPC_TASK_NOCONNECT : RPC_TASK_SOFTCONN; in nfsd4_run_cb_work()
/Linux-v5.10/include/trace/events/
Dsunrpc.h306 TRACE_DEFINE_ENUM(RPC_TASK_SOFTCONN);
323 { RPC_TASK_SOFTCONN, "SOFTCONN" }, \
/Linux-v5.10/fs/nfs/
Dnfs4proc.c8500 task_setup_data.flags |= RPC_TASK_SOFTCONN; in nfs4_run_exchange_id()