1nvme_set_features_resv_persist2l(i9b)nvme API mannuvamle_set_features_resv_persist2(9)
2
3
4
6 nvme_set_features_resv_persist2 - Set persist through power loss fea‐
7 ture
8
10 int nvme_set_features_resv_persist2 (int fd , __u32 nsid , bool ptpl ,
11 bool save , __u32 *result );
12
14 fd File descriptor of nvme device
15
16 nsid Namespace ID
17
18 ptpl Persist Through Power Loss
19
20 save Save value across power states
21
22 result The command completion result from CQE dword0
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30October 2023 nvme_set_features_resnvv_mpee_rsseits_tf2eatures_resv_persist2(9)