Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libstand/
H A Dext2fs.c172 struct ext2fs_disk { struct
173 u_int32_t fd_inodes; /* # of inodes */
174 u_int32_t fd_blocks; /* # of blocks */
175 u_int32_t fd_resblk; /* # of reserved blocks */
176 u_int32_t fd_freeblk; /* # of free blocks */
177 u_int32_t fd_freeino; /* # of free inodes */
178 u_int32_t fd_firstblk; /* first data block */
179 u_int32_t fd_bsize; /* block size */
180 u_int32_t fd_fsize; /* frag size */
181 u_int32_t fd_bpg; /* blocks per group */
[all …]