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