Home
last modified time | relevance | path

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

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