nvme_ns_attach_ctrls - Attach namespace to controllers
Contents
Arguments
fd File descriptor of nvme device
nsid Namespace ID to attach
ctrlist Controller list to modify attachment state of nsid
Name
nvme_ns_attach_ctrls - Attach namespace to controllers
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_ns_attach_ctrls nvme_ns_attach_ctrls(2)
Synopsis
intnvme_ns_attach_ctrls(intfd,__u32nsid,structnvme_ctrl_list*ctrlist);
