Searched defs:v7_super_block (Results 1 – 1 of 1) sorted by relevance
128 struct v7_super_block { struct129 __fs16 s_isize; /* index of first data zone */130 __fs32 s_fsize __packed2__; /* total number of zones of this fs */132 __fs16 s_nfree; /* number of free blocks in s_free, <= V7_NICFREE */133 sysv_zone_t s_free[V7_NICFREE]; /* first free block list chunk */135 __fs16 s_ninode; /* number of free inodes in s_inode, <= V7_NICINOD */136 sysv_ino_t s_inode[V7_NICINOD]; /* some free inodes */138 char s_flock; /* lock during free block list manipulation */139 char s_ilock; /* lock during inode cache manipulation */140 char s_fmod; /* super-block modified flag */[all …]