root/include/linux/nfs_fs_i.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _NFS_FS_I
   2 #define _NFS_FS_I
   3 
   4 #include <linux/nfs.h>
   5 
   6 /*
   7  * nfs fs inode data in memory
   8  */
   9 struct nfs_inode_info {
  10         struct nfs_fh fhandle;
  11 };
  12 
  13 #endif

/* [previous][next][first][last][top][bottom][index][help] */