Home | History | Annotate | Download | only in extlinux

Lines Matching full:blocks

67  * For filesystem fs, the offsets of the various blocks of interest
71 * [fs->fs_iblkno] Inode blocks
72 * [fs->fs_dblkno] Data blocks
134 __fs32 cs_nbfree; /* number of free blocks */
140 __fs64 cs_nbfree; /* number of free blocks */
149 __u64 cs_nbfree; /* number of free blocks */
167 __fs32 fs_iblkno; /* offset of inode-blocks in filesys */
172 __fs32 fs_size; /* number of blocks in fs */
173 __fs32 fs_dsize; /* number of data blocks in fs */
175 __fs32 fs_bsize; /* size of basic blocks in fs */
176 __fs32 fs_fsize; /* size of frag blocks in fs */
179 __fs32 fs_minfree; /* minimum percentage of free blocks */
230 __fs32 fs_fpg; /* blocks per group * fs_frag */
264 __fs64 fs_size; /* number of blocks in fs */
265 __fs64 fs_dsize; /* number of data blocks in fs */
267 __fs64 fs_pendingblocks;/* blocks in process of being freed */
302 __fs32 fs_rotbloff; /* (__u8) blocks for each rotation */
304 __u8 fs_space[1]; /* list of blocks for each rotation */