root/include/linux/affs_fs_i.h

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

INCLUDED FROM


   1 #ifndef _AFFS_FS_I
   2 #define _AFFS_FS_I
   3 
   4 /*
   5  * affs fs inode data in memory
   6  */
   7 struct affs_inode_info {
   8         int i_protect;  /* unused attribute bits */
   9         int i_parent;   /* parent ino */
  10 };
  11 
  12 #endif

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