Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dsched.h126 #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ macro
137 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
/Linux-v4.19/fs/lockd/
Dmon.c119 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
124 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
/Linux-v4.19/fs/nfs/filelayout/
Dfilelayout.c490 0, RPC_TASK_SOFTCONN); in filelayout_read_pagelist()
532 sync, RPC_TASK_SOFTCONN); in filelayout_write_pagelist()
1074 RPC_TASK_SOFTCONN); in filelayout_initiate_commit()
/Linux-v4.19/net/sunrpc/
Drpcb_clnt.c397 flags = RPC_TASK_SOFTCONN; in rpcb_register_call()
636 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
Dclnt.c1143 .flags = RPC_TASK_SOFTCONN, in rpc_run_bc_task()
2526 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN); in rpc_ping()
2608 RPC_TASK_SOFT|RPC_TASK_SOFTCONN|RPC_TASK_ASYNC, in rpc_clnt_test_and_add_xprt()
2655 RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in rpc_clnt_setup_test_and_add_xprt()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c1756 0, RPC_TASK_SOFTCONN); in ff_layout_read_pagelist()
1817 sync, RPC_TASK_SOFTCONN); in ff_layout_write_pagelist()
1887 how, RPC_TASK_SOFTCONN); in ff_layout_initiate_commit()
/Linux-v4.19/fs/nfsd/
Dnfs4callback.c1186 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()
/Linux-v4.19/fs/nfs/
Dnfs4proc.c7931 task_setup_data.flags |= RPC_TASK_SOFTCONN; in nfs4_run_exchange_id()