1nvme_get_log_reservation(9) libnvme API manual nvme_get_log_reservation(9)
2
3
4
6 nvme_get_log_reservation - Retrieve Reservation Notification
7
9 int nvme_get_log_reservation (int fd , bool rae , struct nvme_resv_no‐
10 tification_log *log );
11
13 fd File descriptor of nvme device
14
15 rae Retain asynchronous events
16
17 log User address to store the reservation log
18
20 The nvme command status if a response was received (see enum nvme_sta‐
21 tus_field) or -1 with errno set otherwise
22
23
24
25October 2023 nvme_get_log_reservationnvme_get_log_reservation(9)