Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_verify - Send an nvme verify command

Arguments

args structnvme_io_args argument structure

Description

The Verify command verifies integrity of stored information by reading data and metadata, if applicable, for the LBAs indicated without transferring any data or metadata to the host.

Name

nvme_verify - Send an nvme verify command

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. May 2025 nvme_verify nvme_verify(2)

Synopsis

intnvme_verify(structnvme_io_args*args);

See Also