Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dnbd.c80 #define NBD_RT_DISCONNECT_REQUESTED 1 macro
298 test_bit(NBD_RT_DISCONNECT_REQUESTED, &config->runtime_flags); in nbd_disconnected()
316 if (test_and_clear_bit(NBD_RT_DISCONNECT_REQUESTED, in nbd_mark_nsock_dead()
1326 set_bit(NBD_RT_DISCONNECT_REQUESTED, &config->runtime_flags); in nbd_disconnect()
1465 if (test_bit(NBD_RT_DISCONNECT_REQUESTED, &config->runtime_flags)) in nbd_start_device_ioctl()