Lines Matching refs:ptrs
39 struct open_buckets ptrs; member
146 struct open_buckets *ptrs) in bch2_open_buckets_put() argument
151 open_bucket_for_each(c, ptrs, ob, i) in bch2_open_buckets_put()
153 ptrs->nr = 0; in bch2_open_buckets_put()
158 struct open_buckets ptrs = { .nr = 0 }, keep = { .nr = 0 }; in bch2_alloc_sectors_done_inlined() local
162 open_bucket_for_each(c, &wp->ptrs, ob, i) in bch2_alloc_sectors_done_inlined()
164 ? &ptrs in bch2_alloc_sectors_done_inlined()
166 wp->ptrs = keep; in bch2_alloc_sectors_done_inlined()
170 bch2_open_buckets_put(c, &ptrs); in bch2_alloc_sectors_done_inlined()
175 struct open_buckets *ptrs) in bch2_open_bucket_get() argument
180 open_bucket_for_each(c, &wp->ptrs, ob, i) { in bch2_open_bucket_get()
183 ob_push(c, ptrs, ob); in bch2_open_bucket_get()
269 open_bucket_for_each(c, &wp->ptrs, ob, i) { in bch2_alloc_sectors_append_ptrs_inlined()