Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsysctl.c32 unsigned int nfs_debug; variable
33 EXPORT_SYMBOL_GPL(nfs_debug);
138 .data = &nfs_debug,
/linux/Documentation/admin-guide/sysctl/
H A Dsunrpc.rst22 rpc_debug, nfs_debug, nfsd_debug and nlm_debug.
/linux/include/linux/sunrpc/
H A Ddebug.h19 extern unsigned int nfs_debug;
/linux/fs/nfs/
H A Dnfsroot.c121 nfs_debug |= NFSDBG_ROOT | NFSDBG_MOUNT; in nfs_root_debug()