Home
last modified time | relevance | path

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

/linux/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.h450 extern unsigned cachefiles_debug;
471 if (cachefiles_debug & CACHEFILES_DEBUG_KENTER) \
477 if (cachefiles_debug & CACHEFILES_DEBUG_KLEAVE) \
483 if (cachefiles_debug & CACHEFILES_DEBUG_KDEBUG) \
H A Ddaemon.c689 cachefiles_debug = mask; in cachefiles_daemon_debug()