Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _UAPILINUX_NFSD_DEBUG_H |
| 8 | #define _UAPILINUX_NFSD_DEBUG_H |
| 9 | #include <linux/sunrpc/debug.h> |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 10 | #define NFSDDBG_SOCK 0x0001 |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 11 | #define NFSDDBG_FH 0x0002 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 12 | #define NFSDDBG_EXPORT 0x0004 |
| 13 | #define NFSDDBG_SVC 0x0008 |
| 14 | #define NFSDDBG_PROC 0x0010 |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 15 | #define NFSDDBG_FILEOP 0x0020 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 16 | #define NFSDDBG_AUTH 0x0040 |
| 17 | #define NFSDDBG_REPCACHE 0x0080 |
| 18 | #define NFSDDBG_XDR 0x0100 |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 19 | #define NFSDDBG_LOCKD 0x0200 |
| 20 | #define NFSDDBG_PNFS 0x0400 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 21 | #define NFSDDBG_ALL 0x7FFF |
| 22 | #define NFSDDBG_NOCHANGE 0xFFFF |
Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 23 | #endif |