1nvme_resv_report(9) libnvme API manual nvme_resv_report(9)
2
3
4
6 nvme_resv_report - Send an nvme reservation report
7
9 int nvme_resv_report (struct nvme_resv_report_args *args );
10
12 args struct nvme_resv_report_args argument structure
13
15 Returns a Reservation Status data structure to memory that describes
16 the registration and reservation status of a namespace. See the defini‐
17 tion for the returned structure, struct nvme_reservation_status, for
18 more details.
19
21 The nvme command status if a response was received (see enum nvme_sta‐
22 tus_field) or -1 with errno set otherwise.
23
24
25
26April 2023 nvme_resv_report nvme_resv_report(9)