summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_lba_range_type_entry.2
blob: ef9496beec9850fedfe2376d63a09edae55760d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH "libnvme" 9 "struct nvme_lba_range_type_entry" "April 2022" "API Manual" LINUX
.SH NAME
struct nvme_lba_range_type_entry \- 
.SH SYNOPSIS
struct nvme_lba_range_type_entry {
.br
.BI "    __u8 type;"
.br
.BI "    __u8 attributes;"
.br
.BI "    __u8 rsvd2[14];"
.br
.BI "    __u64 slba;"
.br
.BI "    __u64 nlb;"
.br
.BI "    __u8 guid[16];"
.br
.BI "    __u8 rsvd48[16];"
.br
.BI "
};
.br

.SH Members
.IP "type" 12
Specifies the Type of the LBA range
.IP "attributes" 12
Specifies attributes of the LBA range
.IP "rsvd2" 12
Reserved
.IP "slba" 12
Starting LBA
.IP "nlb" 12
Number of Logical Blocks
.IP "guid" 12
Unique Identifier
.IP "rsvd48" 12
Reserved