Searched refs:bucket_bitmap (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | backpointers.h | 191 static inline bool bch2_bucket_bitmap_test(struct bucket_bitmap *b, u64 i) in bch2_bucket_bitmap_test() 197 int bch2_bucket_bitmap_resize(struct bch_dev *, struct bucket_bitmap *, u64, u64); 198 void bch2_bucket_bitmap_free(struct bucket_bitmap *);
|
H A D | bcachefs.h | 588 struct bucket_bitmap { struct 638 struct bucket_bitmap bucket_backpointer_mismatch; 639 struct bucket_bitmap bucket_backpointer_empty;
|
H A D | backpointers.c | 19 static int bch2_bucket_bitmap_set(struct bch_dev *, struct bucket_bitmap *, u64); 1347 static int bch2_bucket_bitmap_set(struct bch_dev *ca, struct bucket_bitmap *b, u64 bit) in bch2_bucket_bitmap_set() 1363 int bch2_bucket_bitmap_resize(struct bch_dev *ca, struct bucket_bitmap *b, in bch2_bucket_bitmap_resize() 1384 void bch2_bucket_bitmap_free(struct bucket_bitmap *b) in bch2_bucket_bitmap_free()
|