nvme_resv_report - Man Page
Send an nvme reservation report
Synopsis
int nvme_resv_report (struct nvme_resv_report_args *args );
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, struct nvme_reservation_status, for more details.
Return
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
Info
August 2024 libnvme API manual