Searched refs:afs_debug (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmain.c23 unsigned afs_debug; variable
24 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO);
H A Dinternal.h757 extern unsigned afs_debug;
779 if (unlikely(afs_debug & AFS_DEBUG_KENTER)) \
785 if (unlikely(afs_debug & AFS_DEBUG_KLEAVE)) \
791 if (unlikely(afs_debug & AFS_DEBUG_KDEBUG)) \

Completed in 100 milliseconds