1nvme_verify(9) libnvme API manual nvme_verify(9)
2
3
4
6 nvme_verify - Send an nvme verify command
7
9 int nvme_verify (struct nvme_io_args *args );
10
12 args struct nvme_io_args argument structure
13
15 The Verify command verifies integrity of stored information by reading
16 data and metadata, if applicable, for the LBAs indicated without trans‐
17 ferring any data or metadata to the host.
18
20 The nvme command status if a response was received (see enum nvme_sta‐
21 tus_field) or -1 with errno set otherwise.
22
23
24
25October 2023 nvme_verify nvme_verify(9)