Searched refs:RPC_TASK_SOFTCONN (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/sunrpc/ |
H A D | sched.h | 129 #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ macro 139 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
|
/openbmc/linux/net/sunrpc/ |
H A D | auth_tls.c | 60 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in tls_probe()
|
H A D | rpcb_clnt.c | 409 flags = RPC_TASK_SOFTCONN; in rpcb_register_call() 633 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
|
H A D | clnt.c | 1315 .flags = RPC_TASK_SOFTCONN | in rpc_run_bc_task() 2842 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper() 2880 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
|
/openbmc/linux/fs/lockd/ |
H A D | mon.c | 120 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()
|
/openbmc/linux/fs/nfs/filelayout/ |
H A D | filelayout.c | 491 0, RPC_TASK_SOFTCONN); in filelayout_read_pagelist() 533 sync, RPC_TASK_SOFTCONN); in filelayout_write_pagelist() 1022 RPC_TASK_SOFTCONN); in filelayout_initiate_commit()
|
/openbmc/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 1832 0, RPC_TASK_SOFTCONN); in ff_layout_read_pagelist() 1900 sync, RPC_TASK_SOFTCONN); in ff_layout_write_pagelist() 1975 how, RPC_TASK_SOFTCONN); in ff_layout_initiate_commit()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4callback.c | 1432 flags = clp->cl_minorversion ? RPC_TASK_NOCONNECT : RPC_TASK_SOFTCONN; in nfsd4_run_cb_work()
|
/openbmc/linux/include/trace/events/ |
H A D | sunrpc.h | 349 { RPC_TASK_SOFTCONN, "SOFTCONN" }, \
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4proc.c | 8811 task_setup_data.flags |= RPC_TASK_SOFTCONN; in nfs4_run_exchange_id()
|