logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_cmd_format_pil - Format NVM - Protection Information Location

Constants

       NVME_FORMAT_PIL_LAST
                   Protection information is transferred as the last bytes of metadata.

       NVME_FORMAT_PIL_FIRST
                   Protection information is transferred as the first bytes of metadata.

August 2025                                 enum nvme_cmd_format_pil                                  libnvme(2)

Name

       enum nvme_cmd_format_pil - Format NVM - Protection Information Location

Synopsis

       enum nvme_cmd_format_pil {
           NVME_FORMAT_PIL_LAST ,
           NVME_FORMAT_PIL_FIRST

       };

See Also