Lines Matching full:buckets
39 b[i] = le64_to_cpu(journal->buckets[i]); in bch2_sb_journal_validate()
62 prt_printf(err, "duplicate journal buckets %llu", b[i]); in bch2_sb_journal_validate()
78 prt_printf(out, "Buckets: "); in bch2_sb_journal_to_text()
80 prt_printf(out, " %llu", le64_to_cpu(journal->buckets[i])); in bch2_sb_journal_to_text()
147 prt_printf(err, "duplicate journal buckets in ranges %llu-%llu, %llu-%llu", in bch2_sb_journal_v2_validate()
165 prt_printf(out, "Buckets: "); in bch2_sb_journal_v2_to_text()
179 u64 *buckets, unsigned nr) in bch2_journal_buckets_to_sb() argument
194 if (buckets[i] + 1 != buckets[i + 1]) in bch2_journal_buckets_to_sb()
204 j->d[dst].start = cpu_to_le64(buckets[0]); in bch2_journal_buckets_to_sb()
208 if (buckets[i] == buckets[i - 1] + 1) { in bch2_journal_buckets_to_sb()
212 j->d[dst].start = cpu_to_le64(buckets[i]); in bch2_journal_buckets_to_sb()