1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_cmd_format_pil - Format NVM - Protection Information Location
7
SYNOPSIS
9enum nvme_cmd_format_pil {
10NVME_FORMAT_PIL_LAST ,
11NVME_FORMAT_PIL_FIRST
1213
};
14
Constants
16NVME_FORMAT_PIL_LAST
17Protection information is transferred as the last bytes of
18metadata.
1920
NVME_FORMAT_PIL_FIRST
21Protection information is transferred as the first bytes of
22metadata.
2324
25
26
October 2023 enum nvme_cmd_format_pil libnvme(9)