nvme_get_lba_status - Retrieve information on possibly unrecoverable LBAs
Contents
Arguments
args structnvme_get_lba_status_args argument structure
Description
The Get LBA Status command requests information about Potentially Unrecoverable LBAs. Refer to the
specification for action type descriptions.
Name
nvme_get_lba_status - Retrieve information on possibly unrecoverable LBAs
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_get_lba_status nvme_get_lba_status(2)
Synopsis
intnvme_get_lba_status(structnvme_get_lba_status_args*args);
