0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef _UAPILINUX_NFSD_DEBUG_H
0011 #define _UAPILINUX_NFSD_DEBUG_H
0012
0013 #include <linux/sunrpc/debug.h>
0014
0015
0016
0017
0018 #define NFSDDBG_SOCK 0x0001
0019 #define NFSDDBG_FH 0x0002
0020 #define NFSDDBG_EXPORT 0x0004
0021 #define NFSDDBG_SVC 0x0008
0022 #define NFSDDBG_PROC 0x0010
0023 #define NFSDDBG_FILEOP 0x0020
0024 #define NFSDDBG_AUTH 0x0040
0025 #define NFSDDBG_REPCACHE 0x0080
0026 #define NFSDDBG_XDR 0x0100
0027 #define NFSDDBG_LOCKD 0x0200
0028 #define NFSDDBG_PNFS 0x0400
0029 #define NFSDDBG_ALL 0x7FFF
0030 #define NFSDDBG_NOCHANGE 0xFFFF
0031
0032
0033
0034 #endif