1nvme_get_lba_status(9) libnvme API manual nvme_get_lba_status(9)
2
3
4
6 nvme_get_lba_status - Retrieve information on possibly unrecoverable
7 LBAs
8
10 int nvme_get_lba_status (struct nvme_get_lba_status_args *args );
11
13 args struct nvme_get_lba_status_args argument structure
14
16 The Get LBA Status command requests information about Potentially Unre‐
17 coverable LBAs. Refer to the specification for action type descrip‐
18 tions.
19
21 The nvme command status if a response was received (see enum nvme_sta‐
22 tus_field) or -1 with errno set otherwise.
23
24
25
26April 2023 nvme_get_lba_status nvme_get_lba_status(9)