Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-zoned.c94 #define BLK_ZONE_WPLUG_ERROR (1U << 1) macro
97 #define BLK_ZONE_WPLUG_BUSY (BLK_ZONE_WPLUG_PLUGGED | BLK_ZONE_WPLUG_ERROR)
615 if (zwplug->flags & BLK_ZONE_WPLUG_ERROR) in disk_zone_wplug_set_error()
626 zwplug->flags |= BLK_ZONE_WPLUG_ERROR; in disk_zone_wplug_set_error()
639 if (!(zwplug->flags & BLK_ZONE_WPLUG_ERROR)) in disk_zone_wplug_clear_error()
652 zwplug->flags &= ~BLK_ZONE_WPLUG_ERROR; in disk_zone_wplug_clear_error()
1117 if (zwplug->flags & BLK_ZONE_WPLUG_ERROR) { in disk_zone_wplug_unplug_bio()
1314 if (!(zwplug->flags & BLK_ZONE_WPLUG_ERROR)) in disk_zone_wplug_handle_error()
1317 zwplug->flags &= ~BLK_ZONE_WPLUG_ERROR; in disk_zone_wplug_handle_error()