Searched defs:sysv4_super_block (Results 1 – 1 of 1) sorted by relevance
66 struct sysv4_super_block { struct67 __fs16 s_isize; /* index of first data zone */68 u16 s_pad0;69 __fs32 s_fsize; /* total number of zones of this fs */71 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */72 u16 s_pad1;73 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */75 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */76 u16 s_pad2;77 sysv_ino_t s_inode[SYSV_NICINOD]; /* some free inodes */[all …]