logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_unit - Defined buffer size and write throughput granularity units

Constants

NVME_UNIT_B Bytes or Bytes/second NVME_UNIT_1K 1 KiB or 1 KiB/second NVME_UNIT_1M 1 MiB or 1 MiB/second NVME_UNIT_1G 1 GiB or 1 GiB/second May 2025 enum nvme_unit libnvme(2)

Name

enum nvme_unit - Defined buffer size and write throughput granularity units

Synopsis

enum nvme_unit { NVME_UNIT_B , NVME_UNIT_1K , NVME_UNIT_1M , NVME_UNIT_1G };

See Also