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

NAME

6       struct nvme_lba_range_type_entry -
7

SYNOPSIS

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

Members

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