Lines Matching refs:zone_sectors
128 sector_t zone_sectors = blk_queue_zone_sectors(disk->queue); in blkdev_nr_zones() local
132 return (get_capacity(disk) + zone_sectors - 1) >> ilog2(zone_sectors); in blkdev_nr_zones()
207 sector_t zone_sectors = blk_queue_zone_sectors(q); in blkdev_zone_mgmt() local
227 if (sector & (zone_sectors - 1)) in blkdev_zone_mgmt()
230 if ((nr_sectors & (zone_sectors - 1)) && end_sector != capacity) in blkdev_zone_mgmt()
249 sector += zone_sectors; in blkdev_zone_mgmt()
421 sector_t zone_sectors; member
447 args->zone_sectors = zone->len; in blk_revalidate_zone_cb()
449 } else if (zone->start + args->zone_sectors < capacity) { in blk_revalidate_zone_cb()
450 if (zone->len != args->zone_sectors) { in blk_revalidate_zone_cb()
456 if (zone->len > args->zone_sectors) { in blk_revalidate_zone_cb()
548 blk_queue_chunk_sectors(q, args.zone_sectors); in blk_revalidate_disk_zones()