Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h129 #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 Dauth_tls.c60 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in tls_probe()
H A Drpcb_clnt.c409 flags = RPC_TASK_SOFTCONN; in rpcb_register_call()
633 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
H A Dclnt.c1315 .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 Dmon.c120 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 Dfilelayout.c491 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 Dflexfilelayout.c1832 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 Dnfs4callback.c1432 flags = clp->cl_minorversion ? RPC_TASK_NOCONNECT : RPC_TASK_SOFTCONN; in nfsd4_run_cb_work()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h349 { RPC_TASK_SOFTCONN, "SOFTCONN" }, \
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c8811 task_setup_data.flags |= RPC_TASK_SOFTCONN; in nfs4_run_exchange_id()