Searched refs:NBD_RT_DISCONNECTED (Results 1 – 1 of 1) sorted by relevance
81 #define NBD_RT_DISCONNECTED 2 macro286 return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()307 set_bit(NBD_RT_DISCONNECTED, in nbd_mark_nsock_dead()371 if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()945 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()988 test_bit(NBD_RT_DISCONNECTED, in wait_for_reconnect()994 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()1246 clear_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in nbd_reconnect_socket()