1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct  nvme_lba_range_type_entry - LBA Range Type - Data Structure En‐
7       try
8

SYNOPSIS

10       struct nvme_lba_range_type_entry {
11           __u8 type;
12           __u8 attributes;
13           __u8 rsvd2[14];
14           __u64 slba;
15           __u64 nlb;
16           __u8 guid[16];
17           __u8 rsvd48[16];
18        };
19
20

Members

22       type        Specifies the Type of the LBA range
23
24       attributes  Specifies attributes of the LBA range
25
26       rsvd2       Reserved
27
28       slba        Starting LBA
29
30       nlb         Number of Logical Blocks
31
32       guid        Unique Identifier
33
34       rsvd48      Reserved
35
36
37
38November 2022          struct nvme_lba_range_type_entry             libnvme(9)
Impressum