Searched defs:xenix_super_block (Results 1 – 1 of 1) sorted by relevance
66 struct xenix_super_block { struct67 u16 s_isize; /* index of first data zone */68 u32 s_fsize __packed2__; /* total number of zones of this fs */70 u16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */71 u32 s_free[XENIX_NICFREE]; /* first free block list chunk */73 u16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */74 sysv_ino_t s_inode[XENIX_NICINOD]; /* some free inodes */76 char s_flock; /* lock during free block list manipulation */77 char s_ilock; /* lock during inode cache manipulation */78 char s_fmod; /* super-block modified flag */[all …]