XPRT_CONNECTING 450 include/linux/sunrpc/xprt.h clear_bit(XPRT_CONNECTING, &xprt->state); XPRT_CONNECTING 456 include/linux/sunrpc/xprt.h return test_bit(XPRT_CONNECTING, &xprt->state); XPRT_CONNECTING 461 include/linux/sunrpc/xprt.h return test_and_set_bit(XPRT_CONNECTING, &xprt->state);