Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux/nfsd
File: debug.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* linux/include/linux/nfsd/debug.h
[2] Fix | Delete
*
[3] Fix | Delete
* Debugging-related stuff for nfsd
[4] Fix | Delete
*
[5] Fix | Delete
* Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
#ifndef LINUX_NFSD_DEBUG_H
[9] Fix | Delete
#define LINUX_NFSD_DEBUG_H
[10] Fix | Delete
[11] Fix | Delete
#include <linux/sunrpc/debug.h>
[12] Fix | Delete
[13] Fix | Delete
/*
[14] Fix | Delete
* knfsd debug flags
[15] Fix | Delete
*/
[16] Fix | Delete
#define NFSDDBG_SOCK 0x0001
[17] Fix | Delete
#define NFSDDBG_FH 0x0002
[18] Fix | Delete
#define NFSDDBG_EXPORT 0x0004
[19] Fix | Delete
#define NFSDDBG_SVC 0x0008
[20] Fix | Delete
#define NFSDDBG_PROC 0x0010
[21] Fix | Delete
#define NFSDDBG_FILEOP 0x0020
[22] Fix | Delete
#define NFSDDBG_AUTH 0x0040
[23] Fix | Delete
#define NFSDDBG_REPCACHE 0x0080
[24] Fix | Delete
#define NFSDDBG_XDR 0x0100
[25] Fix | Delete
#define NFSDDBG_LOCKD 0x0200
[26] Fix | Delete
#define NFSDDBG_PNFS 0x0400
[27] Fix | Delete
#define NFSDDBG_ALL 0x7FFF
[28] Fix | Delete
#define NFSDDBG_NOCHANGE 0xFFFF
[29] Fix | Delete
[30] Fix | Delete
[31] Fix | Delete
[32] Fix | Delete
#endif /* LINUX_NFSD_DEBUG_H */
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function