logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

enum nvme_cmd_format_pi - Format NVM - Protection Information

Constants

NVME_FORMAT_PI_DISABLE Protection information is not enabled. NVME_FORMAT_PI_TYPE1 Protection information is enabled, Type 1. NVME_FORMAT_PI_TYPE2 Protection information is enabled, Type 2. NVME_FORMAT_PI_TYPE3 Protection information is enabled, Type 3. August 2025 enum nvme_cmd_format_pi libnvme(2)

Name

enum nvme_cmd_format_pi - Format NVM - Protection Information

Synopsis

enum nvme_cmd_format_pi { NVME_FORMAT_PI_DISABLE , NVME_FORMAT_PI_TYPE1 , NVME_FORMAT_PI_TYPE2 , NVME_FORMAT_PI_TYPE3 };

See Also