Lines Matching defs:sysv2_super_block
99 struct sysv2_super_block { struct
100 __fs16 s_isize; /* index of first data zone */
101 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
103 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
104 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */
106 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
107 sysv_ino_t s_inode[SYSV_NICINOD]; /* some free inodes */
109 char s_flock; /* lock during free block list manipulation */
110 char s_ilock; /* lock during inode cache manipulation */
111 char s_fmod; /* super-block modified flag */
112 char s_ronly; /* flag whether fs is mounted read-only */
113 __fs32 s_time __packed2__; /* time of last super block update */
114 __fs16 s_dinfo[4]; /* device information ?? */
115 __fs32 s_tfree __packed2__; /* total number of free zones */
116 __fs16 s_tinode; /* total number of free inodes */
117 char s_fname[6]; /* file system volume name */
118 char s_fpack[6]; /* file system pack name */
119 s32 s_fill[14];
120 __fs32 s_state; /* file system state: 0xcb096f43 means clean */
121 s32 s_magic; /* version of file system */
122 __fs32 s_type; /* type of file system: 1 for 512 byte blocks