00001 #ifndef _ISOFS_FS_SB 00002 #define _ISOFS_FS_SB 00003 00004 /** 00005 * 00006 00007 * minix super-block data in memory 00008 00009 00010 */ 00011 struct isofs_sb_info { 00012 unsigned long s_ninodes; 00013 unsigned long s_nzones; 00014 unsigned long s_firstdatazone; 00015 unsigned long s_log_zone_size; 00016 unsigned long s_max_size; 00017 00018 unsigned char s_high_sierra; ///< A simple flag 00019 unsigned char s_mapping; 00020 unsigned char s_conversion; 00021 unsigned char s_rock; 00022 unsigned char s_cruft; /* Broken disks with high 00023 byte of length containing 00024 00025 00026 */ 00027 }; 00028 00029 #endif 00030 00031 00032 00033 00034 00035 00036
1.4.6-5