1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_ns_mgmt_args - Arguments for NVMe Namespace Management com‐
7 mand
8
10 struct nvme_ns_mgmt_args {
11 __u32 *result;
12 struct nvme_id_ns *ns;
13 int args_size;
14 int fd;
15 __u32 timeout;
16 __u32 nsid;
17 enum nvme_ns_mgmt_sel sel;
18 __u8 csi;
19 };
20
21
23 result NVMe command result
24
25 ns Namespace identication descriptors
26
27 args_size Size of struct nvme_ns_mgmt_args
28
29 fd File descriptor of nvme device
30
31 timeout Timeout in ms
32
33 nsid Namespace identifier
34
35 sel Type of management operation to perform
36
37 csi Command Set Identifier
38
39
40
41April 2022 struct nvme_ns_mgmt_args libnvme(9)