Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsysctl.c32 unsigned int nfs_debug; variable
33 EXPORT_SYMBOL_GPL(nfs_debug);
156 .data = &nfs_debug,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dsunrpc.rst22 rpc_debug, nfs_debug, nfsd_debug and nlm_debug.
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Ddebug.h19 extern unsigned int nfs_debug;
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs.h430 if (unlikely(nfs_debug & NFSDBG_FACILITY)) \
596 # define ifdebug(fac) if (unlikely(nfs_debug & NFSDBG_##fac))
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfsroot.c121 nfs_debug |= NFSDBG_ROOT | NFSDBG_MOUNT; in nfs_root_debug()