blob: 3182121bab1f797b609a1c43c09e8fae72facf55 [file] [log] [blame]
Nick Kralevicha67e4de2013-01-14 11:28:26 -08001/****************************************************************************
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 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
Ben Cheng655a7c02013-10-16 16:09:24 -070019#ifndef _UAPILINUX_NFSD_DEBUG_H
20#define _UAPILINUX_NFSD_DEBUG_H
21#include <linux/sunrpc/debug.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070022#define NFSDDBG_SOCK 0x0001
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080024#define NFSDDBG_FH 0x0002
Ben Cheng655a7c02013-10-16 16:09:24 -070025#define NFSDDBG_EXPORT 0x0004
26#define NFSDDBG_SVC 0x0008
27#define NFSDDBG_PROC 0x0010
Nick Kralevicha67e4de2013-01-14 11:28:26 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080029#define NFSDDBG_FILEOP 0x0020
Ben Cheng655a7c02013-10-16 16:09:24 -070030#define NFSDDBG_AUTH 0x0040
31#define NFSDDBG_REPCACHE 0x0080
32#define NFSDDBG_XDR 0x0100
Nick Kralevicha67e4de2013-01-14 11:28:26 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080034#define NFSDDBG_LOCKD 0x0200
35#define NFSDDBG_PNFS 0x0400
Ben Cheng655a7c02013-10-16 16:09:24 -070036#define NFSDDBG_ALL 0x7FFF
37#define NFSDDBG_NOCHANGE 0xFFFF
Christopher Ferris05d08e92016-02-04 13:16:38 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Nick Kralevicha67e4de2013-01-14 11:28:26 -080039#endif