Lines Matching refs:open_buckets
39 struct open_buckets ptrs;
71 struct open_buckets scratch_ptrs;
107 static inline void ob_push(struct bch_fs *c, struct open_buckets *obs, in ob_push()
112 obs->v[obs->nr++] = ob - c->open_buckets; in ob_push()
118 ((_ob) = (_c)->open_buckets + (_obs)->v[_i], true); \
122 struct open_buckets *obs) in ec_open_bucket()
135 struct open_buckets *, unsigned, int);
146 struct open_buckets *ptrs) in bch2_open_buckets_put()
158 struct open_buckets ptrs = { .nr = 0 }, keep = { .nr = 0 }; in bch2_alloc_sectors_done_inlined()
175 struct open_buckets *ptrs) in bch2_open_bucket_get()
200 struct open_bucket *ob = &c->open_buckets[slot]; in bch2_bucket_is_open()