struct nvme_lbaf - LBA Format Data Structure
Contents
Members
ms Metadata Size indicates the number of metadata bytes provided per LBA based on the LBA Data
Size indicated.
ds LBA Data Size indicates the LBA data size supported, reported as a power of two.
rp Relative Performance, see enumnvme_lbaf_rp.
August 2025 struct nvme_lbaf libnvme(2)
Name
struct nvme_lbaf - LBA Format Data Structure
Synopsis
struct nvme_lbaf {
__le16ms;__u8ds;__u8rp;
};
