1nvme_identify_ns_granularity(9)libnvme API manualnvme_identify_ns_granularity(9)
2
3
4
6 nvme_identify_ns_granularity - Retrieves namespace granularity identi‐
7 fication
8
10 int nvme_identify_ns_granularity (int fd , struct nvme_id_ns_granular‐
11 ity_list *gr_list );
12
14 fd File descriptor of nvme device
15
16 gr_list User space destination address to transfer the data
17
19 If the controller supports reporting of Namespace Granularity, then a
20 Namespace Granularity List is returned to the host for up to sixteen
21 namespace granularity descriptors
22
23 See struct nvme_id_ns_granularity_list for the definition of the re‐
24 turned 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_ns_granulnavrmiet_yidentify_ns_granularity(9)