nvme_namespace_attach_ctrls - Attach namespace to controller(s)
Contents
Arguments
fd File descriptor of nvme device
nsid Namespace ID to attach
num_ctrls Number of controllers in ctrlist
ctrlist List of controller IDs to perform the attach action
Name
nvme_namespace_attach_ctrls - Attach namespace to controller(s)
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_namespace_attach_ctrls nvme_namespace_attach_ctrls(2)
Synopsis
intnvme_namespace_attach_ctrls(intfd,__u32nsid,__u16num_ctrls,__u16*ctrlist);
