Searched refs:gc_bucket (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | buckets.h | 83 static inline struct bucket *gc_bucket(struct bch_dev *ca, size_t b) in gc_bucket() function 142 return gc_bucket(ca, PTR_BUCKET_NR(ca, ptr)); in PTR_GC_BUCKET()
|
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()
|
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()
|
D | alloc_background.c | 999 struct bucket *g = gc_bucket(ca, new.k->p.offset); in bch2_trigger_alloc()
|
D | ec.c | 308 struct bucket *g = gc_bucket(ca, bucket.offset); in mark_stripe_bucket()
|