Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dnbd.c74 #define NBD_DISCONNECTED 2 macro
236 return test_bit(NBD_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()
257 set_bit(NBD_DISCONNECTED, in nbd_mark_nsock_dead()
330 if (test_and_set_bit(NBD_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()
762 if (test_bit(NBD_DISCONNECTED, &config->runtime_flags)) in find_fallback()
803 if (test_bit(NBD_DISCONNECTED, &config->runtime_flags)) in wait_for_reconnect()
1020 clear_bit(NBD_DISCONNECTED, &config->runtime_flags); in nbd_reconnect_socket()