1nvme_get_log_changed_ns_list(9)libnvme API manualnvme_get_log_changed_ns_list(9)
2
3
4
6 nvme_get_log_changed_ns_list - Retrieve namespace changed list
7
9 int nvme_get_log_changed_ns_list (int fd , bool rae , struct
10 nvme_ns_list *ns_log );
11
13 fd File descriptor of nvme device
14
15 rae Retain asynchronous events
16
17 ns_log User address to store the log page
18
20 This log page describes namespaces attached to this controller that
21 have changed since the last time the namespace was identified, been
22 added, or deleted.
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30November 2022 nvme_get_log_changed_nsn_vlmies_tget_log_changed_ns_list(9)