Lines Matching refs:zoned
59 lim->zoned = BLK_ZONED_NONE;
352 * @q: the request queue for the zoned device
357 * sequential zones of a zoned block device.
688 t->zoned = max(t->zoned, b->zoned);
689 if (!t->zoned) {
910 * disk_set_zoned - configure the zoned model for a disk
912 * @model: the zoned model to set
914 * Set the zoned model of @disk to @model.
917 * if zoned block device support is enabled (CONFIG_BLK_DEV_ZONED option).
925 unsigned int old_model = q->limits.zoned;
938 * devices (similar to drive managed devices) or as zoned block
941 * partitions and zoned block device support is enabled, else
955 q->limits.zoned = model;