Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dzloop.c86 ZLOOP_ZONE_CONV = 0, enumerator
194 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_open_zone()
230 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_close_zone()
269 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_reset_zone()
313 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) in zloop_finish_zone()
406 if (!test_bit(ZLOOP_ZONE_CONV, &zone->flags) && is_write) { in zloop_rw()
488 if (!test_bit(ZLOOP_ZONE_CONV, &zone->flags) && is_write) in zloop_rw()
589 if (cmd->ret < 0 && !test_bit(ZLOOP_ZONE_CONV, &zone->flags)) { in zloop_complete_rq()
680 if (test_bit(ZLOOP_ZONE_CONV, &zone->flags)) { in zloop_report_zones()
796 set_bit(ZLOOP_ZONE_CONV, in zloop_init_zone()
[all...]