Searched refs:ZLOOP_ZONE_CONV (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/block/ |
| H A D | zloop.c | 94 ZLOOP_ZONE_CONV = 0, enumerator 208 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_open_zone() 245 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_close_zone() 287 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_reset_zone() 334 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_finish_zone() 435 if (!test_bit(ZLOOP_ZONE_CONV, &zone->flags) && is_write) { in zloop_rw() 537 if (!test_bit(ZLOOP_ZONE_CONV, &zone->flags) && is_write) in zloop_rw() 642 if (cmd->ret < 0 && !test_bit(ZLOOP_ZONE_CONV, &zone->flags)) { in zloop_complete_rq() 775 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) { in zloop_report_zones() 892 set_bit(ZLOOP_ZONE_CONV, &zone->flags); in zloop_init_zone()
|