Home
last modified time | relevance | path

Searched refs:nfs_debug (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dsysctl.c31 unsigned int nfs_debug; variable
32 EXPORT_SYMBOL_GPL(nfs_debug);
148 .data = &nfs_debug,
/linux-4.1.27/include/linux/sunrpc/
Ddebug.h18 extern unsigned int nfs_debug;
/linux-4.1.27/Documentation/sysctl/
Dsunrpc.txt17 rpc_debug, nfs_debug, nfsd_debug and nlm_debug.
/linux-4.1.27/fs/nfs/
Dnfsroot.c114 nfs_debug |= NFSDBG_ROOT | NFSDBG_MOUNT; in nfs_root_debug()
/linux-4.1.27/include/linux/
Dnfs_fs.h400 if (unlikely(nfs_debug & NFSDBG_FACILITY)) \
560 # define ifdebug(fac) if (unlikely(nfs_debug & NFSDBG_##fac))