nvme_get_lba_status - Man Page

Retrieve information on possibly unrecoverable LBAs

Synopsis

int nvme_get_lba_status (struct nvme_get_lba_status_args *args );

Arguments

args

struct nvme_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.

Return

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

Info

February 2024 libnvme API manual