Lines Matching defs:sysv4_super_block
66 struct sysv4_super_block { struct
67 __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 */
79 char s_flock; /* lock during free block list manipulation */
80 char s_ilock; /* lock during inode cache manipulation */
81 char s_fmod; /* super-block modified flag */
82 char s_ronly; /* flag whether fs is mounted read-only */
83 __fs32 s_time; /* time of last super block update */
84 __fs16 s_dinfo[4]; /* device information ?? */
85 __fs32 s_tfree; /* total number of free zones */
86 __fs16 s_tinode; /* total number of free inodes */
87 u16 s_pad3;
88 char s_fname[6]; /* file system volume name */
89 char s_fpack[6]; /* file system pack name */
90 s32 s_fill[12];
91 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
92 s32 s_magic; /* version of file system */
93 __fs32 s_type; /* type of file system: 1 for 512 byte blocks