Home
last modified time | relevance | path

Searched refs:index_stats (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Ddedupe.c2655 struct uds_index_stats index_stats; in get_index_statistics() local
2665 result = uds_get_index_session_stats(zones->index_session, &index_stats); in get_index_statistics()
2671 stats->entries_indexed = index_stats.entries_indexed; in get_index_statistics()
2672 stats->posts_found = index_stats.posts_found; in get_index_statistics()
2673 stats->posts_not_found = index_stats.posts_not_found; in get_index_statistics()
2674 stats->queries_found = index_stats.queries_found; in get_index_statistics()
2675 stats->queries_not_found = index_stats.queries_not_found; in get_index_statistics()
2676 stats->updates_found = index_stats.updates_found; in get_index_statistics()
2677 stats->updates_not_found = index_stats.updates_not_found; in get_index_statistics()
2678 stats->entries_discarded = index_stats.entries_discarded; in get_index_statistics()