Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nfs_fs_i.h
Go to the documentation of this file.
1 #ifndef _NFS_FS_I
2 #define _NFS_FS_I
3 
4 struct nlm_lockowner;
5 
6 /*
7  * NFS lock info
8  */
9 struct nfs_lock_info {
11  struct nlm_lockowner *owner;
12  struct list_head list;
13 };
14 
15 struct nfs4_lock_state;
18 };
19 
20 #endif