Home
last modified time | relevance | path

Searched refs:btree_debug (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Ddebug.c341 struct btree_debug *bd = inode->i_private; in bch2_dump_open()
351 i->c = container_of(bd, struct bch_fs, btree_debug[bd->id]); in bch2_dump_open()
885 static void bch2_fs_debug_btree_init(struct bch_fs *c, struct btree_debug *bd) in bch2_fs_debug_btree_init()
901 struct btree_debug *bd; in bch2_fs_debug_init()
913 c->btree_debug, &cached_btree_nodes_ops); in bch2_fs_debug_init()
916 c->btree_debug, &btree_transactions_ops); in bch2_fs_debug_init()
919 c->btree_debug, &journal_pins_ops); in bch2_fs_debug_init()
922 c->btree_debug, &btree_updates_ops); in bch2_fs_debug_init()
928 c->btree_debug, &btree_deadlock_ops); in bch2_fs_debug_init()
934 for (bd = c->btree_debug; in bch2_fs_debug_init()
[all …]
H A Dbcachefs.h634 struct btree_debug { struct
1061 struct btree_debug btree_debug[BTREE_ID_NR]; member