Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
nfsfh.h File Reference
#include <linux/types.h>
#include <linux/nfs.h>
#include <linux/nfs2.h>
#include <linux/nfs3.h>
#include <linux/nfs4.h>

Go to the source code of this file.

Data Structures

struct  nfs_fhbase_old
 
struct  nfs_fhbase_new
 
struct  knfsd_fh
 

Macros

#define ofh_dcookie   fh_base.fh_old.fb_dcookie
 
#define ofh_ino   fh_base.fh_old.fb_ino
 
#define ofh_dirino   fh_base.fh_old.fb_dirino
 
#define ofh_dev   fh_base.fh_old.fb_dev
 
#define ofh_xdev   fh_base.fh_old.fb_xdev
 
#define ofh_xino   fh_base.fh_old.fb_xino
 
#define ofh_generation   fh_base.fh_old.fb_generation
 
#define fh_version   fh_base.fh_new.fb_version
 
#define fh_fsid_type   fh_base.fh_new.fb_fsid_type
 
#define fh_auth_type   fh_base.fh_new.fb_auth_type
 
#define fh_fileid_type   fh_base.fh_new.fb_fileid_type
 
#define fh_auth   fh_base.fh_new.fb_auth
 
#define fh_fsid   fh_base.fh_new.fb_auth
 

Variables

struct nfs_fhbase_old __attribute__
 

Macro Definition Documentation

#define fh_auth   fh_base.fh_new.fb_auth

Definition at line 117 of file nfsfh.h.

#define fh_auth_type   fh_base.fh_new.fb_auth_type

Definition at line 115 of file nfsfh.h.

#define fh_fileid_type   fh_base.fh_new.fb_fileid_type

Definition at line 116 of file nfsfh.h.

#define fh_fsid   fh_base.fh_new.fb_auth

Definition at line 118 of file nfsfh.h.

#define fh_fsid_type   fh_base.fh_new.fb_fsid_type

Definition at line 114 of file nfsfh.h.

#define fh_version   fh_base.fh_new.fb_version

Definition at line 113 of file nfsfh.h.

#define ofh_dcookie   fh_base.fh_old.fb_dcookie

Definition at line 105 of file nfsfh.h.

#define ofh_dev   fh_base.fh_old.fb_dev

Definition at line 108 of file nfsfh.h.

#define ofh_dirino   fh_base.fh_old.fb_dirino

Definition at line 107 of file nfsfh.h.

#define ofh_generation   fh_base.fh_old.fb_generation

Definition at line 111 of file nfsfh.h.

#define ofh_ino   fh_base.fh_old.fb_ino

Definition at line 106 of file nfsfh.h.

#define ofh_xdev   fh_base.fh_old.fb_xdev

Definition at line 109 of file nfsfh.h.

#define ofh_xino   fh_base.fh_old.fb_xino

Definition at line 110 of file nfsfh.h.

Variable Documentation