Searched refs:zoned (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/docs/devel/ |
| H A D | zoned-storage.rst | 2 zoned-storage 10 https://zonedstorage.io/docs/introduction/zoned-storage 12 1. Block layer APIs for zoned storage 14 QEMU block layer supports three zoned storage models: 15 - BLK_Z_HM: The host-managed zoned model only allows sequential writes access 18 - BLK_Z_HA: The host-aware zoned model allows random write operations in 20 - BLK_Z_NONE: The non-zoned model has no zones support. It includes both 28 zoned storage information can be propagated from the leaf BlockDriverState all 29 the way up to the BlockBackend. If the zoned storage model in file-posix is 30 set to BLK_Z_HM, then block drivers will declare support for zoned host device. [all …]
|
| H A D | index-api.rst | 19 zoned-storage
|
| /openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
| H A D | btrfs-tools_6.14.bb | 33 PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned"
|
| /openbmc/qemu/hw/block/ |
| H A D | virtio-blk-common.c | 33 .end = endof(struct virtio_blk_config, zoned)},
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | nvme.rst | 196 ``zoned=on`` on an ``nvme-ns`` device to configure it as a zoned namespace. 200 ``zoned.zone_size=SIZE`` (default: ``128MiB``) 203 ``zoned.zone_capacity=SIZE`` (default: ``0``) 207 ``zoned.descr_ext_size=UINT32`` (default: ``0``) 211 ``zoned.cross_read=BOOL`` (default: ``off``) 214 ``zoned.max_active=UINT32`` (default: ``0``) 218 ``zoned.max_open=UINT32`` (default: ``0``) 220 allows all zones to be open. If ``zoned.max_active`` is specified, this value 223 ``zoned.zasl=UINT8`` (default: ``0``)
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | zoned | 35 sudo -n modprobe null_blk nr_devices=1 zoned=1
|
| H A D | zoned.out | 1 QA output created by zoned
|
| /openbmc/qemu/hw/nvme/ |
| H A D | ns.c | 594 if (ns->params.zoned && ns->endgrp && ns->endgrp->fdp.enabled) { in nvme_ns_check_constraints() 599 if (ns->params.zoned) { in nvme_ns_check_constraints() 677 if (ns->params.zoned) { in nvme_ns_setup() 701 if (ns->params.zoned) { in nvme_ns_shutdown() 708 if (ns->params.zoned) { in nvme_ns_cleanup() 905 DEFINE_PROP_BOOL("zoned", NvmeNamespace, params.zoned, false),
|
| H A D | nvme.h | 206 bool zoned; member 609 uint32_t zoned[256]; member
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_blk.h | 148 } zoned; member
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | virtio-blk.c | 78 g_assert(dev->parent_obj.config_size >= endof(struct virtio_blk_config, zoned)); in vmapple_virtio_blk_get_config()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_features_def.h.inc | 67 DEF_FEAT(DFP_ZONED_CONVERSION, "dfpzc", STFL, 48, "Decimal-floating-point zoned-conversion facility…
|
| /openbmc/qemu/docs/system/ |
| H A D | qemu-block-drivers.rst.inc | 435 controller supports zoned storage. Use ``--blockdev host_device,
|