Home
last modified time | relevance | path

Searched refs:XPRT_OFFLINE (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/
H A Dxprtmultipath.c69 if (!test_bit(XPRT_OFFLINE, &xprt->state) && offline) in xprt_switch_remove_xprt_locked()
259 !test_bit(XPRT_OFFLINE, &xprt->state)); in xprt_is_active()
H A Dsysfs.c268 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show()
462 if (test_bit(XPRT_OFFLINE, &xprt->state)) in rpc_sysfs_xprt_state_change()
H A Dxprt.c2201 if (!test_and_set_bit(XPRT_OFFLINE, &xprt->state)) { in xprt_set_offline_locked()
2210 if (test_and_clear_bit(XPRT_OFFLINE, &xprt->state)) { in xprt_set_online_locked()
H A Dclnt.c1166 if (!(test_bit(XPRT_OFFLINE, &task->tk_xprt->state) && in rpc_task_set_transport()
3166 if (status || !test_bit(XPRT_OFFLINE, &xprt->state)) in rpc_xprt_probe_trunked()
/linux/include/linux/sunrpc/
H A Dxprt.h461 #define XPRT_OFFLINE (7) macro