Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-settings.c53 lim->max_hw_zone_append_sectors = UINT_MAX; in blk_set_stacking_limits()
108 min_not_zero(lim->max_hw_zone_append_sectors, in blk_validate_zoned_limits()
716 t->max_hw_zone_append_sectors = min(t->max_hw_zone_append_sectors, in blk_stack_limits()
717 b->max_hw_zone_append_sectors); in blk_stack_limits()
/linux-6.15/drivers/md/
H A Ddm-zone.c347 lim->max_hw_zone_append_sectors = 0; in dm_set_zones_restrictions()
382 lim->max_hw_zone_append_sectors = 0; in dm_set_zones_restrictions()
/linux-6.15/drivers/nvme/host/
H A Dzns.c114 lim->max_hw_zone_append_sectors = ns->ctrl->max_zone_append; in nvme_update_zone_info()
/linux-6.15/include/linux/
H A Dblkdev.h388 unsigned int max_hw_zone_append_sectors; member
1272 return blk_queue_is_zoned(q) && !q->limits.max_hw_zone_append_sectors; in queue_emulates_zone_append()
/linux-6.15/drivers/block/null_blk/
H A Dzoned.c169 lim->max_hw_zone_append_sectors = dev->zone_append_max_sectors; in null_init_zoned_dev()
/linux-6.15/drivers/block/
H A Dvirtio_blk.c781 lim->max_hw_zone_append_sectors = v; in virtblk_read_zoned_limits()
H A Dublk_drv.c2568 lim.max_hw_zone_append_sectors = p->max_zone_append_sectors; in ublk_ctrl_start_dev()