1nvme_set_features_resv_persist(l9i)bnvme API manunavlme_set_features_resv_persist(9)
2
3
4
6 nvme_set_features_resv_persist - Set persist through power loss feature
7
9 int nvme_set_features_resv_persist (int fd , bool ptpl , bool save ,
10 __u32 *result );
11
13 fd File descriptor of nvme device
14
15 ptpl Persist Through Power Loss
16
17 save Save value across power states
18
19 result The command completion result from CQE dword0
20
22 Deprecated: doesn't support specifying a NSID. Use nvme_set_fea‐
23 tures_resv_persist2 instead.
24
26 The nvme command status if a response was received (see enum nvme_sta‐
27 tus_field) or -1 with errno set otherwise.
28
29
30
31October 2023 nvme_set_features_resvn_vpmeer_ssiestt_features_resv_persist(9)