Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Ddebug.c340 struct btree_debug *bd = inode->i_private; in bch2_dump_open()
350 i->c = container_of(bd, struct bch_fs, btree_debug[bd->id]); in bch2_dump_open()
882 static void bch2_fs_debug_btree_init(struct bch_fs *c, struct btree_debug *bd) in bch2_fs_debug_btree_init()
898 struct btree_debug *bd; in bch2_fs_debug_init()
910 c->btree_debug, &cached_btree_nodes_ops); in bch2_fs_debug_init()
913 c->btree_debug, &btree_transactions_ops); in bch2_fs_debug_init()
916 c->btree_debug, &journal_pins_ops); in bch2_fs_debug_init()
919 c->btree_debug, &btree_updates_ops); in bch2_fs_debug_init()
925 c->btree_debug, &btree_deadlock_ops); in bch2_fs_debug_init()
931 for (bd = c->btree_debug; in bch2_fs_debug_init()
[all …]
Dbcachefs.h624 struct btree_debug { struct
1060 struct btree_debug btree_debug[BTREE_ID_NR]; member