Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Ddebug.c20 struct dentry *bcache_debug; variable
239 if (!IS_ERR_OR_NULL(bcache_debug)) { in bch_debug_init_cache_set()
243 c->debug = debugfs_create_file(name, 0400, bcache_debug, c, in bch_debug_init_cache_set()
252 if (!IS_ERR_OR_NULL(bcache_debug)) in bch_debug_exit()
253 debugfs_remove_recursive(bcache_debug); in bch_debug_exit()
263 bcache_debug = debugfs_create_dir("bcache", NULL); in bch_debug_init()
Dclosure.c206 if (!IS_ERR_OR_NULL(bcache_debug)) in closure_debug_init()
213 "closures", 0400, bcache_debug, NULL, &debug_ops); in closure_debug_init()
Dclosure.h108 extern struct dentry *bcache_debug;