XPRT_CONNECTING 390 include/linux/sunrpc/xprt.h clear_bit(XPRT_CONNECTING, &xprt->state); XPRT_CONNECTING 396 include/linux/sunrpc/xprt.h return test_bit(XPRT_CONNECTING, &xprt->state); XPRT_CONNECTING 401 include/linux/sunrpc/xprt.h return test_and_set_bit(XPRT_CONNECTING, &xprt->state);