Lines Matching refs:ptrs
81 struct open_buckets *ptrs) in bch2_open_buckets_put() argument
86 open_bucket_for_each(c, ptrs, ob, i) in bch2_open_buckets_put()
88 ptrs->nr = 0; in bch2_open_buckets_put()
93 struct open_buckets ptrs = { .nr = 0 }, keep = { .nr = 0 }; in bch2_alloc_sectors_done_inlined() local
97 open_bucket_for_each(c, &wp->ptrs, ob, i) in bch2_alloc_sectors_done_inlined()
98 ob_push(c, !ob->sectors_free ? &ptrs : &keep, ob); in bch2_alloc_sectors_done_inlined()
99 wp->ptrs = keep; in bch2_alloc_sectors_done_inlined()
103 bch2_open_buckets_put(c, &ptrs); in bch2_alloc_sectors_done_inlined()
108 struct open_buckets *ptrs) in bch2_open_bucket_get() argument
113 open_bucket_for_each(c, &wp->ptrs, ob, i) { in bch2_open_bucket_get()
116 ob_push(c, ptrs, ob); in bch2_open_bucket_get()
193 open_bucket_for_each(c, &wp->ptrs, ob, i) { in bch2_alloc_sectors_append_ptrs_inlined()