Lines Matching defs:v7_super_block
129 struct v7_super_block { struct
130 __fs16 s_isize; /* index of first data zone */
131 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
133 __fs16 s_nfree; /* number of free blocks in s_free, <= V7_NICFREE */
134 sysv_zone_t s_free[V7_NICFREE]; /* first free block list chunk */
136 __fs16 s_ninode; /* number of free inodes in s_inode, <= V7_NICINOD */
137 sysv_ino_t s_inode[V7_NICINOD]; /* some free inodes */
139 char s_flock; /* lock during free block list manipulation */
140 char s_ilock; /* lock during inode cache manipulation */
141 char s_fmod; /* super-block modified flag */
142 char s_ronly; /* flag whether fs is mounted read-only */
143 __fs32 s_time __packed2__; /* time of last super block update */
145 __fs32 s_tfree __packed2__; /* total number of free zones */
146 __fs16 s_tinode; /* total number of free inodes */
147 __fs16 s_m; /* interleave factor */
148 __fs16 s_n; /* interleave factor */
149 char s_fname[6]; /* file system name */
150 char s_fpack[6]; /* file system pack name */