Lines Matching refs:blk_zone
47 dev->zones = kvmalloc_array(dev->nr_zones, sizeof(struct blk_zone),
91 struct blk_zone *zone = &dev->zones[i];
104 struct blk_zone *zone = &dev->zones[i];
176 struct blk_zone zone;
195 memcpy(&zone, &dev->zones[zno], sizeof(struct blk_zone));
214 struct blk_zone *zone = &dev->zones[null_zone_no(dev, sector)];
228 static blk_status_t null_close_zone(struct nullb_device *dev, struct blk_zone *zone)
314 static blk_status_t null_check_zone_resources(struct nullb_device *dev, struct blk_zone *zone)
338 struct blk_zone *zone = &dev->zones[zno];
432 static blk_status_t null_open_zone(struct nullb_device *dev, struct blk_zone *zone)
468 static blk_status_t null_finish_zone(struct nullb_device *dev, struct blk_zone *zone)
506 static blk_status_t null_reset_zone(struct nullb_device *dev, struct blk_zone *zone)
541 struct blk_zone *zone;