nvme_namespace_detach_ctrls - Detach namespace from controller(s)
Contents
Arguments
fd File descriptor of nvme device
nsid Namespace ID to detach
num_ctrls Number of controllers in ctrlist
ctrlist List of controller IDs to perform the detach action
Name
nvme_namespace_detach_ctrls - Detach namespace from 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_detach_ctrls nvme_namespace_detach_ctrls(2)
Synopsis
intnvme_namespace_detach_ctrls(intfd,__u32nsid,__u16num_ctrls,__u16*ctrlist);
