Linux Kernel
3.7.1
|
#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 |
#define NFSDBG_FACILITY NFSDBG_PROC |
Definition at line 25 of file nfs3proc.c.
Definition at line 42 of file nfs3proc.c.
struct nfs_rpc_ops nfs_v3_clientops |
Definition at line 920 of file nfs3proc.c.