1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_resv_notification_log - Reservation Notification Log
7
SYNOPSIS
9struct nvme_resv_notification_log {
10__le64 lpc;
11__u8 rnlpt;
12__u8 nalp;
13__u8 rsvd9[2];
14__le32 nsid;
15__u8 rsvd16[48];
16};
1718
Members
20lpc Log Page Count
2122
rnlpt See enum nvme_resv_notify_rnlpt.
2324
nalp Number of Available Log Pages
2526
rsvd9 Reserved
2728
nsid Namespace ID
2930
rsvd16 Reserved
3132
33
34
April 2023 struct nvme_resv_notification_log libnvme(9)