Home
last modified time | relevance | path

Searched refs:cachefiles_debug (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dmain.c26 unsigned cachefiles_debug; variable
27 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
28 MODULE_PARM_DESC(cachefiles_debug, "CacheFiles debugging mask");
H A Dinternal.h385 extern unsigned cachefiles_debug;
406 if (cachefiles_debug & CACHEFILES_DEBUG_KENTER) \
412 if (cachefiles_debug & CACHEFILES_DEBUG_KLEAVE) \
418 if (cachefiles_debug & CACHEFILES_DEBUG_KDEBUG) \
H A Ddaemon.c677 cachefiles_debug = mask; in cachefiles_daemon_debug()
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dmain.c24 unsigned cachefiles_debug; variable
25 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
26 MODULE_PARM_DESC(cachefiles_debug, "CacheFiles debugging mask");
H A Dinternal.h25 extern unsigned cachefiles_debug;
295 if (cachefiles_debug & CACHEFILES_DEBUG_KENTER) \
301 if (cachefiles_debug & CACHEFILES_DEBUG_KLEAVE) \
307 if (cachefiles_debug & CACHEFILES_DEBUG_KDEBUG) \
H A Ddaemon.c609 cachefiles_debug = mask; in cachefiles_daemon_debug()

Completed in 8 milliseconds