1nvme_get_log_ana(9) libnvme API manual nvme_get_log_ana(9)
2
3
4
6 nvme_get_log_ana - Retrieve Asymmetric Namespace Access log page
7
9 int nvme_get_log_ana (int fd , enum nvme_log_ana_lsp lsp , bool rae ,
10 __u64 offset , __u32 len , void *log );
11
13 fd File descriptor of nvme device
14
15 lsp Log specific, see enum nvme_get_log_ana_lsp
16
17 rae Retain asynchronous events
18
19 offset Offset to the start of the log page
20
21 len The allocated length of the log page
22
23 log User address to store the ana log
24
26 This log consists of a header describing the log and descriptors con‐
27 taining the asymmetric namespace access information for ANA Groups that
28 contain namespaces that are attached to the controller processing the
29 command.
30
31 See struct nvme_ana_rsp_hdr for the definition of the returned struc‐
32 ture.
33
35 The nvme command status if a response was received (see enum nvme_sta‐
36 tus_field) or -1 with errno set otherwise.
37
38
39
40November 2022 nvme_get_log_ana nvme_get_log_ana(9)