Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsysctl.c35 unsigned int nfsd_debug; variable
36 EXPORT_SYMBOL_GPL(nfsd_debug);
145 .data = &nfsd_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.h20 extern unsigned int nfsd_debug;
/linux/fs/nfsd/
H A Dnfsd.h30 # define ifdebug(flag) if (nfsd_debug & NFSDDBG_##flag)