summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_lba_range_type_entry.2
blob: 9c094afbe5cfc97c04b2aa7a2ef04690e5ef6b46 (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" "December 2023" "API Manual" LINUX
.SH NAME
struct nvme_lba_range_type_entry \- LBA Range Type - Data Structure Entry
.SH SYNOPSIS
struct nvme_lba_range_type_entry {
.br
.BI "    __u8 type;"
.br
.BI "    __u8 attributes;"
.br
.BI "    __u8 rsvd2[14];"
.br
.BI "    __le64 slba;"
.br
.BI "    __le64 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