Searched refs:btree_debug (Results 1 – 2 of 2) sorted by relevance
335 struct btree_debug *bd = inode->i_private; in bch2_dump_open()345 i->c = container_of(bd, struct bch_fs, btree_debug[bd->id]); in bch2_dump_open()918 static void bch2_fs_debug_btree_init(struct bch_fs *c, struct btree_debug *bd) in bch2_fs_debug_btree_init()934 struct btree_debug *bd; in bch2_fs_debug_init()950 c->btree_debug, &cached_btree_nodes_ops); in bch2_fs_debug_init()953 c->btree_debug, &btree_transactions_ops); in bch2_fs_debug_init()956 c->btree_debug, &journal_pins_ops); in bch2_fs_debug_init()959 c->btree_debug, &btree_updates_ops); in bch2_fs_debug_init()965 c->btree_debug, &btree_deadlock_ops); in bch2_fs_debug_init()968 c->btree_debug, &write_points_ops); in bch2_fs_debug_init()[all …]
713 struct btree_debug { struct1132 struct btree_debug btree_debug[BTREE_ID_NR]; member