Home
last modified time | relevance | path

Searched defs:sysv2_super_block (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dsysv_fs.h98 struct sysv2_super_block { struct
99 __fs16 s_isize; /* index of first data zone */
100 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
102 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
103 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */
105 __fs16 s_ninode; /* number of free inodes in s_inode, <= SYSV_NICINOD */
106 sysv_ino_t s_inode[SYSV_NICINOD]; /* some free inodes */
108 char s_flock; /* lock during free block list manipulation */
109 char s_ilock; /* lock during inode cache manipulation */
110 char s_fmod; /* super-block modified flag */
[all …]