Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
39
doc/man/nvme_copy_range.2
Normal file
39
doc/man/nvme_copy_range.2
Normal file
|
@ -0,0 +1,39 @@
|
|||
.TH "libnvme" 9 "struct nvme_copy_range" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_copy_range \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_copy_range {
|
||||
.br
|
||||
.BI " __u8 rsvd0[8];"
|
||||
.br
|
||||
.BI " __le64 slba;"
|
||||
.br
|
||||
.BI " __le16 nlb;"
|
||||
.br
|
||||
.BI " __u8 rsvd18[6];"
|
||||
.br
|
||||
.BI " __le32 eilbrt;"
|
||||
.br
|
||||
.BI " __le16 elbatm;"
|
||||
.br
|
||||
.BI " __le16 elbat;"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "rsvd0" 12
|
||||
Reserved
|
||||
.IP "slba" 12
|
||||
Starting LBA
|
||||
.IP "nlb" 12
|
||||
Number of Logical Blocks
|
||||
.IP "rsvd18" 12
|
||||
Reserved
|
||||
.IP "eilbrt" 12
|
||||
Expected Initial Logical Block Reference Tag
|
||||
.IP "elbatm" 12
|
||||
Expected Logical Block Application Tag Mask
|
||||
.IP "elbat" 12
|
||||
Expected Logical Block Application Tag
|
Loading…
Add table
Add a link
Reference in a new issue