Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dindex-session.h37 u64 posts_not_found; in __aligned() local
H A Dindex-session.c169 count_once(&session_stats->posts_not_found); in update_session_stats()
699 stats->posts_not_found = READ_ONCE(session_stats->posts_not_found); in collect_stats()
/linux/drivers/md/dm-vdo/
H A Dstatistics.h185 u64 posts_not_found; member
H A Dmessage-stats.c301 write_u64("postsNotFound : ", stats->posts_not_found, ", ", buf, maxlen); in write_index_statistics()
H A Ddedupe.c2673 stats->posts_not_found = index_stats.posts_not_found; in get_index_statistics()