Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Ddedupe.c2649 struct uds_index_stats index_stats; in get_index_statistics() local
2659 result = uds_get_index_session_stats(zones->index_session, &index_stats); in get_index_statistics()
2665 stats->entries_indexed = index_stats.entries_indexed; in get_index_statistics()
2666 stats->posts_found = index_stats.posts_found; in get_index_statistics()
2667 stats->posts_not_found = index_stats.posts_not_found; in get_index_statistics()
2668 stats->queries_found = index_stats.queries_found; in get_index_statistics()
2669 stats->queries_not_found = index_stats.queries_not_found; in get_index_statistics()
2670 stats->updates_found = index_stats.updates_found; in get_index_statistics()
2671 stats->updates_not_found = index_stats.updates_not_found; in get_index_statistics()
2672 stats->entries_discarded = index_stats.entries_discarded; in get_index_statistics()