logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_resv_report - Send an nvme reservation report

Arguments

args struct nvme_resv_report_args argument structure

Description

Returns a Reservation Status data structure to memory that describes the registration and reservation status of a namespace. See the definition for the returned structure, structnvme_reservation_status, for more details.

Name

nvme_resv_report - Send an nvme reservation report

Return

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

Synopsis

intnvme_resv_report(structnvme_resv_report_args*args);

See Also