Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dsysfs.c178 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show()
306 set_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_change()
311 clear_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_change()
316 if (test_bit(XPRT_OFFLINE, &xprt->state)) { in rpc_sysfs_xprt_state_change()
Dxprtmultipath.c68 if (!test_bit(XPRT_OFFLINE, &xprt->state)) in xprt_switch_remove_xprt_locked()
236 !test_bit(XPRT_OFFLINE, &xprt->state)); in xprt_is_active()
/Linux-v5.15/include/linux/sunrpc/
Dxprt.h429 #define XPRT_OFFLINE (7) macro
/Linux-v5.15/include/trace/events/
Dsunrpc.h935 { (1UL << XPRT_OFFLINE), "OFFLINE"}, \