1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef LINUX_NFSD_DEBUG_H
13#define LINUX_NFSD_DEBUG_H
14
15#include <linux/sunrpc/debug.h>
16
17#ifdef RPC_DEBUG
18#define NFSD_DEBUG 1
19#endif
20
21#define NFSDDBG_SOCK 0x0001
22#define NFSDDBG_FH 0x0002
23#define NFSDDBG_EXPORT 0x0004
24#define NFSDDBG_SVC 0x0008
25#define NFSDDBG_PROC 0x0010
26#define NFSDDBG_FILEOP 0x0020
27#define NFSDDBG_AUTH 0x0040
28#define NFSDDBG_REPCACHE 0x0080
29#define NFSDDBG_XDR 0x0100
30#define NFSDDBG_LOCKD 0x0200
31#define NFSDDBG_ALL 0x7FFF
32#define NFSDDBG_NOCHANGE 0xFFFF
33
34#endif
35