Searched refs:GOING_DISKLESS (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_int.h447 GOING_DISKLESS, /* Disk is being detached, because of io-error, or admin request. */ enumerator in enum:__anon318
2041 if (!test_and_set_bit(GOING_DISKLESS, &device->flags))
H A Ddrbd_worker.c1949 clear_bit(GOING_DISKLESS, &device->flags);
H A Ddrbd_nl.c1756 wait_event(device->misc_wait, !test_bit(GOING_DISKLESS, &device->flags));

Completed in 240 milliseconds