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_lba_status_atype - Action type the controller uses to return LBA status

Constants

NVME_LBA_STATUS_ATYPE_ALLOCATED Return tracked allocated LBAs status NVME_LBA_STATUS_ATYPE_SCAN_UNTRACKED Perform scan and return Untracked and Tracked Potentially Unrecoverable LBAs status NVME_LBA_STATUS_ATYPE_TRACKED Return Tracked Potentially Unrecoverable LBAs associated with physical storage August 2025 enum nvme_lba_status_atype libnvme(2)

Name

enum nvme_lba_status_atype - Action type the controller uses to return LBA status

Synopsis

enum nvme_lba_status_atype { NVME_LBA_STATUS_ATYPE_ALLOCATED , NVME_LBA_STATUS_ATYPE_SCAN_UNTRACKED , NVME_LBA_STATUS_ATYPE_TRACKED };

See Also