libnvme_get_ana_log_len(9) libnvme API manual libnvme_get_ana_log_len(9) NAME libnvme_get_ana_log_len - Retrieve size of the current ANA log SYNOPSIS int libnvme_get_ana_log_len (struct libnvme_transport_handle *hdl , size_t *analen ); ARGUMENTS hdl Transport handle analen Pointer to where the length will be set on success RETURN 0 on success, the nvme command status if a response was received (see enum nvme_status_field) or a negative error otherwise. September 2026 libnvme_get_ana_log_len libnvme_get_ana_log_len(9)