Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/block/
Ddasd.c1376 test_bit(DASD_FLAG_LOCK_STOLEN, &cqr->block->base->flags)) || in dasd_start_IO()
1377 test_bit(DASD_FLAG_LOCK_STOLEN, &device->flags)) && in dasd_start_IO()
2319 if (test_bit(DASD_FLAG_LOCK_STOLEN, &device->flags) && in _dasd_sleep_on()
2417 if (test_bit(DASD_FLAG_LOCK_STOLEN, &device->flags) && in _dasd_sleep_on_queue()
2556 if (test_bit(DASD_FLAG_LOCK_STOLEN, &device->flags) && in dasd_sleep_on_immediatly()
2849 if (test_bit(DASD_FLAG_LOCK_STOLEN, &block->base->flags) && in __dasd_block_start_head()
Ddasd_devmap.c1705 else if (test_bit(DASD_FLAG_LOCK_STOLEN, &device->flags)) in dasd_reservation_state_show()
1724 clear_bit(DASD_FLAG_LOCK_STOLEN, &device->flags); in dasd_reservation_state_store()
Ddasd_int.h697 #define DASD_FLAG_LOCK_STOLEN 8 /* The device lock was stolen */ macro
Ddasd_eckd.c3665 set_bit(DASD_FLAG_LOCK_STOLEN, &device->flags); in dasd_eckd_check_for_device_change()