nvme_identify_allocated_ns_list_csi - Allocated namespace ID list associated with a specified I/O command
Contents
Arguments
fd File descriptor of nvme device
nsid Return namespaces greater than this identifier
csi Command Set Identifier
ns_list User space destination address to transfer the data
Description
A list of 1024 namespace IDs is returned to the host containing allocated NSIDs in increasing order that
are greater than the value specified in the nsid field of the command and matching the I/O Command Set
specified in the csi argument.
See structnvme_ns_list for the definition of the returned structure.
Name
nvme_identify_allocated_ns_list_csi - Allocated namespace ID list associated with a specified I/O command
set
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_identify_allocated_ns_list_csinvme_identify_allocated_ns_list_csi(2)
Synopsis
intnvme_identify_allocated_ns_list_csi(intfd,__u32nsid,enumnvme_csicsi,structnvme_ns_list*ns_list);
