blob: 04bc88c3fceae98f491f848de35d812e96310456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.TH "libnvme" 9 "struct nvme_dsm_range" "August 2022" "API Manual" LINUX
.SH NAME
struct nvme_dsm_range \- Dataset Management - Range Definition
.SH SYNOPSIS
struct nvme_dsm_range {
.br
.BI " __le32 cattr;"
.br
.BI " __le32 nlb;"
.br
.BI " __le64 slba;"
.br
.BI "
};
.br
.SH Members
.IP "cattr" 12
Context Attributes
.IP "nlb" 12
Length in logical blocks
.IP "slba" 12
Starting LBA
|