Lines Matching refs:zoned
253 * If the target is mapped to zoned block device(s), check
268 * Note: The last zone of a zoned block device may be smaller
270 * zoned block device with such a zone, len would not be zone
1596 * Check the device zoned model based on the target feature flag. If the target
1597 * has the DM_TARGET_ZONED_HM feature flag set, host-managed zoned devices are
1598 * also accepted but all devices must have the same zoned model. If the target
1600 * zoned model with all zoned devices having the same zone size.
1633 * Check consistency of zoned model and zone sectors across all targets. For
1634 * zone sectors, if the destination device is a zoned block device, it shall
1645 DMERR("%s: zoned model is not consistent across all devices",
1655 DMERR("%s: zone sectors is not consistent across all zoned devices",
1693 if (zoned_model == BLK_ZONED_NONE && ti_limits.zoned != BLK_ZONED_NONE) {
1696 * in table support this zoned model and zone sectors.
1698 zoned_model = ti_limits.zoned;
1728 * Verify that the zoned model and zone sectors, as determined before
1731 * zoned model (aka BLK_ZONED_NONE) on host-managed zoned block devices.
1734 if (limits->zoned != BLK_ZONED_NONE) {
1736 * ...IF the above limits stacking determined a zoned model
1739 zoned_model = limits->zoned;
2022 * For a zoned target, setup the zones related queue attributes