other versions
- bookworm 1.3-1+deb12u1
- testing 1.13-2
- unstable 1.13-2
- experimental 1.15-1
libnvme(2) | API Manual | 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
};
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
enum nvme_lba_status_atype | May 2025 |