Home
last modified time | relevance | path

Searched refs:bucket_bitmap (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbackpointers.h191 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 Dbcachefs.h588 struct bucket_bitmap { struct
638 struct bucket_bitmap bucket_backpointer_mismatch;
639 struct bucket_bitmap bucket_backpointer_empty;
H A Dbackpointers.c19 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()