Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8f9ab756e2
commit
70a0abe13f
874 changed files with 9553 additions and 1347 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "enum nvme_status_field" "March 2023" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "enum nvme_status_field" "June 2023" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_status_field \- Defines all parts of the nvme status field: status code, status code type, and additional flags.
|
||||
.SH SYNOPSIS
|
||||
|
@ -184,6 +184,14 @@ enum nvme_status_field {
|
|||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_SC_FDP_DISABLED"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_SC_INVALID_PLACEMENT_HANDLE_LIST"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_SC_LBA_RANGE"
|
||||
,
|
||||
.br
|
||||
|
@ -773,6 +781,15 @@ the Command and Feature Lockdown.
|
|||
Admin Command Media Not Ready: The Admin
|
||||
command requires access to media and
|
||||
the media is not ready.
|
||||
.IP "NVME_SC_FDP_DISABLED" 12
|
||||
Command is not allowed when
|
||||
Flexible Data Placement is disabled.
|
||||
.IP "NVME_SC_INVALID_PLACEMENT_HANDLE_LIST" 12
|
||||
The Placement Handle List is invalid
|
||||
due to invalid Reclaim Unit Handle Identifier or
|
||||
valid Reclaim Unit Handle Identifier but restricted or
|
||||
the Placement Handle List number of entries exceeded the
|
||||
maximum number allowed.
|
||||
.IP "NVME_SC_LBA_RANGE" 12
|
||||
LBA Out of Range: The command references
|
||||
an LBA that exceeds the size of the namespace.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue