Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsysv_fs.h67 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 */
[all …]