Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-zone.c356 lim->max_hw_zone_append_sectors = 0; in dm_set_zones_restrictions()
357 else if (lim->max_hw_zone_append_sectors == 0) in dm_set_zones_restrictions()
358 lim->max_hw_zone_append_sectors = lim->max_zone_append_sectors; in dm_set_zones_restrictions()
392 lim->max_hw_zone_append_sectors = 0; in dm_set_zones_restrictions()
407 if (lim->max_hw_zone_append_sectors != 0 && in dm_set_zones_restrictions()
/linux/block/
H A Dblk-settings.c57 lim->max_hw_zone_append_sectors = UINT_MAX; in blk_set_stacking_limits()
120 min_not_zero(lim->max_hw_zone_append_sectors, in blk_validate_zoned_limits()
797 t->max_hw_zone_append_sectors = min(t->max_hw_zone_append_sectors, in blk_stack_limits()
798 b->max_hw_zone_append_sectors); in blk_stack_limits()
/linux/drivers/nvme/host/
H A Dzns.c114 lim->max_hw_zone_append_sectors = ns->ctrl->max_zone_append; in nvme_update_zone_info()
/linux/include/linux/
H A Dblkdev.h395 unsigned int max_hw_zone_append_sectors; member
1336 return blk_queue_is_zoned(q) && !q->limits.max_hw_zone_append_sectors; in queue_emulates_zone_append()
/linux/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/drivers/block/
H A Dzloop.c887 .max_hw_zone_append_sectors = SZ_1M >> SECTOR_SHIFT, in zloop_ctl_add()
H A Dvirtio_blk.c781 lim->max_hw_zone_append_sectors = v; in virtblk_read_zoned_limits()
H A Dublk_drv.c2899 lim.max_hw_zone_append_sectors = p->max_zone_append_sectors; in ublk_ctrl_start_dev()