Searched refs:SB_JOURNAL_BUCKETS (Results 1 – 6 of 6) sorted by relevance
156 #define SB_JOURNAL_BUCKETS 256U macro215 __le64 d[SB_JOURNAL_BUCKETS]; /* journal buckets */274 __u64 d[SB_JOURNAL_BUCKETS]; /* journal buckets */
153 #define SB_JOURNAL_BUCKETS 256U macro207 __u64 d[SB_JOURNAL_BUCKETS]; /* journal buckets */
134 uint64_t seq[SB_JOURNAL_BUCKETS];
185 DECLARE_BITMAP(bitmap, SB_JOURNAL_BUCKETS); in bch_journal_read()189 bitmap_zero(bitmap, SB_JOURNAL_BUCKETS); in bch_journal_read()
105 if (sb->keys > SB_JOURNAL_BUCKETS) in read_super_common()193 for (i = 0; i < SB_JOURNAL_BUCKETS; i++) in read_super()2094 2, SB_JOURNAL_BUCKETS); in run_cache_set()