Searched refs:bch_debug (Results 1 – 1 of 1) sorted by relevance
31 static struct dentry *bch_debug; variable901 if (IS_ERR_OR_NULL(bch_debug)) in bch2_fs_debug_init()905 c->fs_debug_dir = debugfs_create_dir(name, bch_debug); in bch2_fs_debug_init()943 if (!IS_ERR_OR_NULL(bch_debug)) in bch2_debug_exit()944 debugfs_remove_recursive(bch_debug); in bch2_debug_exit()949 bch_debug = debugfs_create_dir("bcachefs", NULL); in bch2_debug_init()