Lines Matching defs:sysv4_super_block
67 struct sysv4_super_block { struct
68 __fs16 s_isize; /* index of first data zone */
69 u16 s_pad0;
70 __fs32 s_fsize; /* total number of zones of this fs */
72 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
73 u16 s_pad1;
74 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */
76 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
77 u16 s_pad2;
78 sysv_ino_t s_inode[SYSV_NICINOD]; /* some free inodes */
80 char s_flock; /* lock during free block list manipulation */
81 char s_ilock; /* lock during inode cache manipulation */
82 char s_fmod; /* super-block modified flag */
83 char s_ronly; /* flag whether fs is mounted read-only */
84 __fs32 s_time; /* time of last super block update */
85 __fs16 s_dinfo[4]; /* device information ?? */
86 __fs32 s_tfree; /* total number of free zones */
87 __fs16 s_tinode; /* total number of free inodes */
88 u16 s_pad3;
89 char s_fname[6]; /* file system volume name */
90 char s_fpack[6]; /* file system pack name */
91 s32 s_fill[12];
92 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
93 s32 s_magic; /* version of file system */
94 __fs32 s_type; /* type of file system: 1 for 512 byte blocks