Lines Matching refs:ptrs
96 struct open_buckets *ptrs) in bch2_open_buckets_put() argument
101 open_bucket_for_each(c, ptrs, ob, i) in bch2_open_buckets_put()
103 ptrs->nr = 0; in bch2_open_buckets_put()
108 struct open_buckets ptrs = { .nr = 0 }, keep = { .nr = 0 }; in bch2_alloc_sectors_done_inlined() local
112 open_bucket_for_each(c, &wp->ptrs, ob, i) in bch2_alloc_sectors_done_inlined()
114 ? &ptrs in bch2_alloc_sectors_done_inlined()
116 wp->ptrs = keep; in bch2_alloc_sectors_done_inlined()
120 bch2_open_buckets_put(c, &ptrs); in bch2_alloc_sectors_done_inlined()
125 struct open_buckets *ptrs) in bch2_open_bucket_get() argument
130 open_bucket_for_each(c, &wp->ptrs, ob, i) { in bch2_open_bucket_get()
133 ob_push(c, ptrs, ob); in bch2_open_bucket_get()
210 open_bucket_for_each(c, &wp->ptrs, ob, i) { in bch2_alloc_sectors_append_ptrs_inlined()