/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * linux/include/linux/nfsd/debug.h * * Debugging-related stuff for nfsd * * Copyright (C) 1995 Olaf Kirch <[email protected]> */ #ifndef _UAPILINUX_NFSD_DEBUG_H #define _UAPILINUX_NFSD_DEBUG_H #include <linux/sunrpc/debug.h> /* * knfsd debug flags */ #define NFSDDBG_SOCK … #define NFSDDBG_FH … #define NFSDDBG_EXPORT … #define NFSDDBG_SVC … #define NFSDDBG_PROC … #define NFSDDBG_FILEOP … #define NFSDDBG_AUTH … #define NFSDDBG_REPCACHE … #define NFSDDBG_XDR … #define NFSDDBG_LOCKD … #define NFSDDBG_PNFS … #define NFSDDBG_ALL … #define NFSDDBG_NOCHANGE … #endif /* _UAPILINUX_NFSD_DEBUG_H */