Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
nfs3proc.c File Reference
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/sunrpc/clnt.h>
#include <linux/slab.h>
#include <linux/nfs.h>
#include <linux/nfs3.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_page.h>
#include <linux/lockd/bind.h>
#include <linux/nfs_mount.h>
#include <linux/freezer.h>
#include "iostat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  nfs3_createdata
 

Macros

#define NFSDBG_FACILITY   NFSDBG_PROC
 
#define rpc_call_sync(clnt, msg, flags)   nfs3_rpc_wrapper(clnt, msg, flags)
 

Variables

struct nfs_rpc_ops nfs_v3_clientops
 

Macro Definition Documentation

#define NFSDBG_FACILITY   NFSDBG_PROC

Definition at line 25 of file nfs3proc.c.

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

Definition at line 42 of file nfs3proc.c.

Variable Documentation

struct nfs_rpc_ops nfs_v3_clientops

Definition at line 920 of file nfs3proc.c.