Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
proc.c File Reference
#include <linux/types.h>
#include <linux/param.h>
#include <linux/time.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/in.h>
#include <linux/pagemap.h>
#include <linux/sunrpc/clnt.h>
#include <linux/nfs.h>
#include <linux/nfs2.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_page.h>
#include <linux/lockd/bind.h>
#include <linux/freezer.h>
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  nfs_createdata
 

Macros

#define NFSDBG_FACILITY   NFSDBG_PROC
 
#define rpc_call_sync(clnt, msg, flags)   nfs_rpc_wrapper(clnt, msg, flags)
 
#define NFS_LOCK32_OFFSET_MAX   ((__s32)0x7fffffffUL)
 

Variables

struct nfs_rpc_ops nfs_v2_clientops
 

Macro Definition Documentation

#define NFS_LOCK32_OFFSET_MAX   ((__s32)0x7fffffffUL)

Definition at line 714 of file proc.c.

#define NFSDBG_FACILITY   NFSDBG_PROC

Definition at line 47 of file proc.c.

#define rpc_call_sync (   clnt,
  msg,
  flags 
)    nfs_rpc_wrapper(clnt, msg, flags)

Definition at line 69 of file proc.c.

Variable Documentation

struct nfs_rpc_ops nfs_v2_clientops

Definition at line 769 of file proc.c.