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