Searched refs:g_journal_stats_bytes_skipped (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c189 static u_long g_journal_stats_bytes_skipped = 0; variable
199 &g_journal_stats_bytes_skipped, 0, "Number of skipped bytes");
869 g_journal_stats_bytes_skipped += cbp->bio_length;
900 g_journal_stats_bytes_skipped += cend - nstart;
927 g_journal_stats_bytes_skipped += nend - nstart;
959 g_journal_stats_bytes_skipped += nend - nstart;

Completed in 55 milliseconds