Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dsched.h121 #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ macro
132 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
/linux-4.1.27/fs/lockd/
Dmon.c162 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
167 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c507 0, RPC_TASK_SOFTCONN); in filelayout_read_pagelist()
549 sync, RPC_TASK_SOFTCONN); in filelayout_write_pagelist()
1025 RPC_TASK_SOFTCONN); in filelayout_initiate_commit()
/linux-4.1.27/net/sunrpc/
Drpcb_clnt.c397 flags = RPC_TASK_SOFTCONN; in rpcb_register_call()
635 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
Dclnt.c2414 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN); in rpc_ping()
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c1276 0, RPC_TASK_SOFTCONN); in ff_layout_read_pagelist()
1337 sync, RPC_TASK_SOFTCONN); in ff_layout_write_pagelist()
1396 how, RPC_TASK_SOFTCONN); in ff_layout_initiate_commit()
/linux-4.1.27/fs/nfsd/
Dnfs4callback.c1079 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()