Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsched.h140 #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ macro
150 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
/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.c1330 .flags = RPC_TASK_SOFTCONN | in rpc_run_bc_task()
2866 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null()
2904 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
/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()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c491 0, RPC_TASK_SOFTCONN, NULL); in filelayout_read_pagelist()
533 sync, RPC_TASK_SOFTCONN, NULL); in filelayout_write_pagelist()
1014 RPC_TASK_SOFTCONN, NULL); in filelayout_initiate_commit()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1849 0, RPC_TASK_SOFTCONN, localio); in ff_layout_write_pagelist()
1926 sync, RPC_TASK_SOFTCONN, localio); in calc_ds_index_from_commit()
2010 how, RPC_TASK_SOFTCONN, localio);
/linux/fs/nfsd/
H A Dnfs4callback.c1611 flags = clp->cl_minorversion ? RPC_TASK_NOCONNECT : RPC_TASK_SOFTCONN; in nfsd4_run_cb_work()
/linux/include/trace/events/
H A Dsunrpc.h349 { RPC_TASK_SOFTCONN, "SOFTCONN" }, \
/linux/fs/nfs/
H A Dnfs4proc.c8983 task_setup_data.flags |= RPC_TASK_SOFTCONN; in nfs4_run_exchange_id()