Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sysctl.c File Reference
#include <linux/types.h>
#include <linux/linkage.h>
#include <linux/ctype.h>
#include <linux/fs.h>
#include <linux/sysctl.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <linux/sunrpc/types.h>
#include <linux/sunrpc/sched.h>
#include <linux/sunrpc/stats.h>
#include <linux/sunrpc/svc_xprt.h>
#include "netns.h"

Go to the source code of this file.

Functions

 EXPORT_SYMBOL_GPL (rpc_debug)
 
 EXPORT_SYMBOL_GPL (nfs_debug)
 
 EXPORT_SYMBOL_GPL (nfsd_debug)
 
 EXPORT_SYMBOL_GPL (nlm_debug)
 

Variables

unsigned int rpc_debug
 
unsigned int nfs_debug
 
unsigned int nfsd_debug
 
unsigned int nlm_debug
 

Function Documentation

EXPORT_SYMBOL_GPL ( rpc_debug  )
EXPORT_SYMBOL_GPL ( nfs_debug  )
EXPORT_SYMBOL_GPL ( nfsd_debug  )
EXPORT_SYMBOL_GPL ( nlm_debug  )

Variable Documentation

unsigned int nfs_debug

Definition at line 31 of file sysctl.c.

unsigned int nfsd_debug

Definition at line 34 of file sysctl.c.

unsigned int nlm_debug

Definition at line 37 of file sysctl.c.

unsigned int rpc_debug

Definition at line 28 of file sysctl.c.