Lines Matching refs:zoned
85 /* For zoned device */
732 zoned.model, &model);
756 zoned.model, &model);
761 /* Present the host-aware device as non-zoned */
770 dev_dbg(&vdev->dev, "probing host-managed zoned device\n");
776 zoned.max_open_zones, &v);
781 zoned.max_active_zones, &v);
786 zoned.write_granularity, &wg);
800 virtio_cread(vdev, struct virtio_blk_config, zoned.zone_sectors,
804 "zoned device with non power of two zone size %u\n",
813 "ignoring negotiated F_DISCARD for zoned device\n");
818 zoned.max_append_sectors, &v);
839 * Host-managed zoned devices can't be supported, but others are
853 virtio_cread(vdev, struct virtio_blk_config, zoned.model, &model);
856 "virtio_blk: zoned devices are not supported");