Searched refs:bch_debug (Results 1 – 1 of 1) sorted by relevance
33 static struct dentry *bch_debug; variable927 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()