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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * include/linux/bfs_fs_i.h
  3.  * Copyright (C) 1999 Tigran Aivazian <tigran@veritas.com>
  4.  */
  5. #ifndef _LINUX_BFS_FS_I
  6. #define _LINUX_BFS_FS_I
  7. /*
  8.  * BFS file system in-core inode info
  9.  */
  10. struct bfs_inode_info {
  11. unsigned long i_dsk_ino; /* inode number from the disk, can be 0 */
  12. unsigned long i_sblock;
  13. unsigned long i_eblock;
  14. };
  15. #endif /* _LINUX_BFS_FS_I */