Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/
Dxprtmultipath.c69 if (!test_bit(XPRT_OFFLINE, &xprt->state) && offline) in xprt_switch_remove_xprt_locked()
238 !test_bit(XPRT_OFFLINE, &xprt->state)); in xprt_is_active()
Dsysfs.c187 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show()
324 if (test_bit(XPRT_OFFLINE, &xprt->state)) in rpc_sysfs_xprt_state_change()
Dxprt.c2164 if (!test_and_set_bit(XPRT_OFFLINE, &xprt->state)) { in xprt_set_offline_locked()
2173 if (test_and_clear_bit(XPRT_OFFLINE, &xprt->state)) { in xprt_set_online_locked()
Dclnt.c1154 if (!(test_bit(XPRT_OFFLINE, &task->tk_xprt->state) && in rpc_task_set_transport()
3131 if (status || !test_bit(XPRT_OFFLINE, &xprt->state)) in rpc_xprt_probe_trunked()
/linux-6.6.21/include/linux/sunrpc/
Dxprt.h453 #define XPRT_OFFLINE (7) macro
/linux-6.6.21/include/trace/events/
Dsunrpc.h995 { BIT(XPRT_OFFLINE), "OFFLINE" }, \