1nvme_ns_attach_ctrls(9) libnvme API manual nvme_ns_attach_ctrls(9)
2
3
4
6 nvme_ns_attach_ctrls - Attach namespace to controllers
7
9 int nvme_ns_attach_ctrls (int fd , __u32 nsid , struct nvme_ctrl_list
10 *ctrlist );
11
13 fd File descriptor of nvme device
14
15 nsid Namespace ID to attach
16
17 ctrlist Controller list to modify attachment state of nsid
18
20 The nvme command status if a response was received (see enum nvme_sta‐
21 tus_field) or -1 with errno set otherwise.
22
23
24
25October 2023 nvme_ns_attach_ctrls nvme_ns_attach_ctrls(9)