2025-02-16 10:03:28 +01:00
|
|
|
.TH "libnvme" 9 "enum nvme_cmd_format_pil" "July 2022" "API Manual" LINUX
|
2025-02-15 08:44:15 +01:00
|
|
|
.SH NAME
|
|
|
|
enum nvme_cmd_format_pil \- Format NVM - Protection Information Location
|
|
|
|
.SH SYNOPSIS
|
|
|
|
enum nvme_cmd_format_pil {
|
|
|
|
.br
|
|
|
|
.BI " NVME_FORMAT_PIL_LAST"
|
|
|
|
,
|
|
|
|
.br
|
|
|
|
.br
|
|
|
|
.BI " NVME_FORMAT_PIL_FIRST"
|
|
|
|
|
|
|
|
};
|
|
|
|
.SH Constants
|
|
|
|
.IP "NVME_FORMAT_PIL_LAST" 12
|
|
|
|
Protection information is transferred as the last
|
|
|
|
bytes of metadata.
|
|
|
|
.IP "NVME_FORMAT_PIL_FIRST" 12
|
|
|
|
Protection information is transferred as the first
|
|
|
|
bytes of metadata.
|