Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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