logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_namespace_attach_ctrls - Attach namespace to controller(s)

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);

See Also