Lines Matching refs:zoned
62 lim->zoned = BLK_ZONED_NONE;
633 t->zoned = max(t->zoned, b->zoned);
836 * blk_queue_set_zoned - configure a disk queue zoned model.
838 * @model: the zoned model to set
840 * Set the zoned model of the request queue of @disk according to @model.
842 * if zoned block device support is enabled (CONFIG_BLK_DEV_ZONED option).
860 * devices (similar to drive managed devices) or as zoned block
863 * partitions and zoned block device support is enabled, else
877 disk->queue->limits.zoned = model;