Searched defs:xenix_super_block (Results 1 – 1 of 1) sorted by relevance
28 struct xenix_super_block { struct29 __fs16 s_isize; /* index of first data zone */30 __fs32 s_fsize __packed2__; /* total number of zones of this fs */32 __fs16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */33 sysv_zone_t s_free[XENIX_NICFREE]; /* first free block list chunk */35 __fs16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */36 sysv_ino_t s_inode[XENIX_NICINOD]; /* some free inodes */38 char s_flock; /* lock during free block list manipulation */39 char s_ilock; /* lock during inode cache manipulation */40 char s_fmod; /* super-block modified flag */[all …]