Searched refs:bcache_debug (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | debug.c | 20 struct dentry *bcache_debug; variable 238 if (!IS_ERR_OR_NULL(bcache_debug)) { in bch_debug_init_cache_set() 242 c->debug = debugfs_create_file(name, 0400, bcache_debug, c, in bch_debug_init_cache_set() 251 debugfs_remove_recursive(bcache_debug); in bch_debug_exit() 261 bcache_debug = debugfs_create_dir("bcache", NULL); in bch_debug_init()
|
H A D | closure.c | 195 if (!IS_ERR_OR_NULL(bcache_debug)) in closure_debug_init() 202 "closures", 0400, bcache_debug, NULL, &debug_fops); in closure_debug_init()
|
H A D | closure.h | 108 extern struct dentry *bcache_debug;
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | debug.c | 20 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 debugfs_remove_recursive(bcache_debug); in bch_debug_exit() 262 bcache_debug = debugfs_create_dir("bcache", NULL); in bch_debug_init()
|
H A D | closure.c | 195 if (!IS_ERR_OR_NULL(bcache_debug)) in closure_debug_init() 202 "closures", 0400, bcache_debug, NULL, &debug_fops); in closure_debug_init()
|
H A D | closure.h | 108 extern struct dentry *bcache_debug;
|
Completed in 4 milliseconds