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_ses - Format NVM - Secure Erase Settings

Constants

NVME_FORMAT_SES_NONE No secure erase operation requested. NVME_FORMAT_SES_USER_DATA_ERASE User Data Erase: All user data shall be erased, contents of the user data after the erase is indeterminate (e.g. the user data may be zero filled, one filled, etc.). If a User Data Erase is requested and all affected user data is encrypted, then the controller is allowed to use a cryptographic erase to perform the requested User Data Erase. NVME_FORMAT_SES_CRYPTO_ERASE Cryptographic Erase: All user data shall be erased cryptographically. This is accomplished by deleting the encryption key. August 2025 enum nvme_cmd_format_ses libnvme(2)

Name

enum nvme_cmd_format_ses - Format NVM - Secure Erase Settings

Synopsis

enum nvme_cmd_format_ses { NVME_FORMAT_SES_NONE , NVME_FORMAT_SES_USER_DATA_ERASE , NVME_FORMAT_SES_CRYPTO_ERASE };

See Also