Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/lockd/
Dmon.c117 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
122 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c508 0, RPC_TASK_SOFTCONN); in filelayout_read_pagelist()
550 sync, RPC_TASK_SOFTCONN); in filelayout_write_pagelist()
1026 RPC_TASK_SOFTCONN); in filelayout_initiate_commit()
/linux-4.4.14/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.c1034 .flags = RPC_TASK_SOFTCONN, in rpc_run_bc_task()
2418 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN); in rpc_ping()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c1650 0, RPC_TASK_SOFTCONN); in ff_layout_read_pagelist()
1711 sync, RPC_TASK_SOFTCONN); in ff_layout_write_pagelist()
1771 how, RPC_TASK_SOFTCONN); in ff_layout_initiate_commit()
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c1141 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()