Searched refs:gc_bucket (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | buckets.h | 83 static inline struct bucket *gc_bucket(struct bch_dev *ca, size_t b) in gc_bucket() function 136 return gc_bucket(ca, PTR_BUCKET_NR(ca, ptr)); in PTR_GC_BUCKET()
|
H A D | btree_gc.c | 806 __bucket_m_to_alloc(&gc, *gc_bucket(ca, iter->pos.offset)); in bch2_alloc_write_key() 835 struct bucket *gc_m = gc_bucket(ca, iter->pos.offset); in bch2_alloc_write_key()
|
H A D | buckets.c | 603 struct bucket *g = gc_bucket(ca, bucket.offset); in bch2_trigger_pointer() 994 struct bucket *g = gc_bucket(ca, b); in bch2_mark_metadata_bucket()
|
H A D | alloc_background.c | 999 struct bucket *g = gc_bucket(ca, new.k->p.offset); in bch2_trigger_alloc()
|
H A D | ec.c | 308 struct bucket *g = gc_bucket(ca, bucket.offset); in mark_stripe_bucket()
|