1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_resv_cptpl - Reservation Register - Change Persist Through
7 Power Loss State
8
10 enum nvme_resv_cptpl {
11 NVME_RESERVATION_CPTPL_NO_CHANGE ,
12 NVME_RESERVATION_CPTPL_CLEAR ,
13 NVME_RESERVATION_CPTPL_PERSIST
14
15 };
16
18 NVME_RESERVATION_CPTPL_NO_CHANGE
19 No change to PTPL state
20
21 NVME_RESERVATION_CPTPL_CLEAR
22 Reservations are released and registrants are cleared on a
23 power on
24
25 NVME_RESERVATION_CPTPL_PERSIST
26 Reservations and registrants persist across a power loss
27
28
29
30November 2022 enum nvme_resv_cptpl libnvme(9)