Searched refs:RPC_TASK_SOFTCONN (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/sunrpc/ |
D | sched.h | 121 #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/ |
D | mon.c | 117 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/ |
D | filelayout.c | 508 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/ |
D | rpcb_clnt.c | 397 flags = RPC_TASK_SOFTCONN; in rpcb_register_call() 635 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
|
D | clnt.c | 1034 .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/ |
D | flexfilelayout.c | 1650 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/ |
D | nfs4callback.c | 1141 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()
|