Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * linux/include/linux/nfsd/debug.h
0004  *
0005  * Debugging-related stuff for nfsd
0006  *
0007  * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
0008  */
0009 
0010 #ifndef _UAPILINUX_NFSD_DEBUG_H
0011 #define _UAPILINUX_NFSD_DEBUG_H
0012 
0013 #include <linux/sunrpc/debug.h>
0014 
0015 /*
0016  * knfsd debug flags
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 /* _UAPILINUX_NFSD_DEBUG_H */