/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * linux/include/linux/sunrpc/debug.h * * Debugging support for sunrpc module * * Copyright (C) 1996, Olaf Kirch <[email protected]> */ #ifndef _UAPI_LINUX_SUNRPC_DEBUG_H_ #define _UAPI_LINUX_SUNRPC_DEBUG_H_ /* * RPC debug facilities */ #define RPCDBG_XPRT … #define RPCDBG_CALL … #define RPCDBG_DEBUG … #define RPCDBG_NFS … #define RPCDBG_AUTH … #define RPCDBG_BIND … #define RPCDBG_SCHED … #define RPCDBG_TRANS … #define RPCDBG_SVCXPRT … #define RPCDBG_SVCDSP … #define RPCDBG_MISC … #define RPCDBG_CACHE … #define RPCDBG_ALL … /* * Declarations for the sysctl debug interface, which allows to read or * change the debug flags for rpc, nfs, nfsd, and lockd. Since the sunrpc * module currently registers its sysctl table dynamically, the sysctl path * for module FOO is <CTL_SUNRPC, CTL_FOODEBUG>. */ enum { … }; #endif /* _UAPI_LINUX_SUNRPC_DEBUG_H_ */