sysv_fs_i.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _SYSV_FS_I
  2. #define _SYSV_FS_I
  3. /*
  4.  * SystemV/V7/Coherent FS inode data in memory
  5.  */
  6. struct sysv_inode_info {
  7. u32 i_data[10+1+1+1]; /* zone numbers: max. 10 data blocks,
  8.  * then 1 indirection block,
  9.  * then 1 double indirection block,
  10.  * then 1 triple indirection block.
  11.  */
  12. u32 i_dir_start_lookup;
  13. };
  14. #endif