Searched refs:gc_bucket (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | buckets.h | 57 static inline struct bucket *gc_bucket(struct bch_dev *ca, size_t b) in gc_bucket() function 115 return gc_bucket(ca, PTR_BUCKET_NR(ca, ptr)); in PTR_GC_BUCKET()
|
| H A D | btree_gc.c | 834 __bucket_m_to_alloc(&gc, *gc_bucket(ca, iter->pos.offset)); in bch2_alloc_write_key() 861 struct bucket *gc_m = gc_bucket(ca, iter->pos.offset); in bch2_alloc_write_key()
|
| H A D | buckets.c | 628 struct bucket *g = gc_bucket(ca, bucket.offset); in bch2_trigger_pointer() 1000 struct bucket *g = gc_bucket(ca, b); in bch2_mark_metadata_bucket()
|
| H A D | ec.c | 323 struct bucket *g = gc_bucket(ca, bucket.offset); in mark_stripe_bucket()
|
| H A D | alloc_background.c | 1017 struct bucket *g = gc_bucket(ca, new.k->p.offset); in bch2_trigger_alloc()
|