1nvme_identify_allocated_ns_listl(i9b)nvme API mannuvamle_identify_allocated_ns_list(9)
2
3
4
6 nvme_identify_allocated_ns_list - Retrieves allocated namespace id list
7
9 int nvme_identify_allocated_ns_list (int fd , __u32 nsid , struct
10 nvme_ns_list *list );
11
13 fd File descriptor of nvme device
14
15 nsid Return namespaces greater than this identifier
16
17 list User space destination address to transfer the data
18
20 A list of 1024 namespace IDs is returned to the host containing NSIDs
21 in increasing order that are greater than the value specified in the
22 Namespace Identifier (nsid) field of the command.
23
24 See struct nvme_ns_list for the definition of the returned structure.
25
27 The nvme command status if a response was received (see enum nvme_sta‐
28 tus_field) or -1 with errno set otherwise.
29
30
31
32October 2023 nvme_identify_allocatnevdm_en_si_dleinsttify_allocated_ns_list(9)