1nvme_get_features_write_protectl(i9b)nvme API mannuvamle_get_features_write_protect(9)
2
3
4
6 nvme_get_features_write_protect -
7
9 int nvme_get_features_write_protect (int fd , __u32 nsid , enum
10 nvme_get_features_sel sel , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 nsid Namespace ID
16
17 sel Select which type of attribute to return, see enum
18 nvme_get_features_sel
19
20 result The command completion result from CQE dword0
21
23 The nvme command status if a response was received (see enum nvme_sta‐
24 tus_field) or -1 with errno set otherwise.
25
26
27
28April 2022 nvme_get_features_wrintvem_ep_rgoette_cfteatures_write_protect(9)