Lines Matching refs:found_btree_nodes
43 static void found_btree_nodes_to_text(struct printbuf *out, struct bch_fs *c, found_btree_nodes nod… in found_btree_nodes_to_text()
131 struct bch_fs *c = container_of(f, struct bch_fs, found_btree_nodes); in try_read_btree_node()
226 struct bch_fs *c = container_of(w->f, struct bch_fs, found_btree_nodes); in read_btree_nodes_worker()
280 struct bch_fs *c = container_of(f, struct bch_fs, found_btree_nodes); in read_btree_nodes()
330 found_btree_nodes *nodes_heap) in handle_overwrites()
373 struct find_btree_nodes *f = &c->found_btree_nodes; in bch2_scan_for_btree_nodes()
375 found_btree_nodes nodes_heap = {}; in bch2_scan_for_btree_nodes()
437 BUILD_BUG_ON(offsetof(found_btree_nodes, nr) != offsetof(min_heap_char, nr)); in bch2_scan_for_btree_nodes()
438 BUILD_BUG_ON(offsetof(found_btree_nodes, size) != offsetof(min_heap_char, size)); in bch2_scan_for_btree_nodes()
507 struct find_btree_nodes *f = &c->found_btree_nodes; in bch2_btree_node_is_stale()
535 for_each_found_btree_node_in_range(&c->found_btree_nodes, search, idx) in bch2_btree_has_scanned_nodes()
546 struct find_btree_nodes *f = &c->found_btree_nodes; in bch2_get_scanned_nodes()