Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dnbd.c82 #define NBD_RT_DISCONNECTED 2 macro
301 return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()
322 set_bit(NBD_RT_DISCONNECTED, in nbd_mark_nsock_dead()
405 if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()
1065 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()
1108 test_bit(NBD_RT_DISCONNECTED, in wait_for_reconnect()
1114 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()
1359 clear_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in nbd_reconnect_socket()