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_lbaf_rp - This field indicates the relative performance of the LBA format indicated relative to

Constants

NVME_LBAF_RP_BEST Best performance NVME_LBAF_RP_BETTER Better performance NVME_LBAF_RP_GOOD Good performance NVME_LBAF_RP_DEGRADED Degraded performance NVME_LBAF_RP_MASK Mask to get the relative performance value from the field August 2025 enum nvme_lbaf_rp libnvme(2)

Name

enum nvme_lbaf_rp - This field indicates the relative performance of the LBA format indicated relative to other LBA formats supported by the controller.

Synopsis

enum nvme_lbaf_rp { NVME_LBAF_RP_BEST , NVME_LBAF_RP_BETTER , NVME_LBAF_RP_GOOD , NVME_LBAF_RP_DEGRADED , NVME_LBAF_RP_MASK };

See Also