Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Ddebug.c33 static struct dentry *bch_debug; variable
927 if (IS_ERR_OR_NULL(bch_debug)) in bch2_fs_debug_init()
931 c->fs_debug_dir = debugfs_create_dir(name, bch_debug); in bch2_fs_debug_init()
972 if (!IS_ERR_OR_NULL(bch_debug)) in bch2_debug_exit()
973 debugfs_remove_recursive(bch_debug); in bch2_debug_exit()
978 bch_debug = debugfs_create_dir("bcachefs", NULL); in bch2_debug_init()