libnvme(2) API Manual libnvme(2)

struct nvme_lba_range_type_entry - LBA Range Type - Data Structure Entry

struct nvme_lba_range_type_entry {
__u8 type;
__u8 attributes;
__u8 rsvd2[14];
__le64 slba;
__le64 nlb;
__u8 guid[16];
__u8 rsvd48[16];
};

Specifies the Type of the LBA range
Specifies attributes of the LBA range
Reserved
Starting LBA
Number of Logical Blocks
Unique Identifier
Reserved
struct nvme_lba_range_type_entry March 2024