Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsysfs.c182 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show()
310 set_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_change()
315 clear_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_change()
320 if (test_bit(XPRT_OFFLINE, &xprt->state)) { in rpc_sysfs_xprt_state_change()
A 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/include/linux/sunrpc/
A Dxprt.h429 #define XPRT_OFFLINE (7) macro
/linux/include/trace/events/
A Dsunrpc.h952 { BIT(XPRT_OFFLINE), "OFFLINE" }, \

Completed in 10 milliseconds