nvme_resv_report - Send an nvme reservation report
Contents
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);
