Home
last modified time | relevance | path

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

/freebsd-src/stand/libsa/
H A Dext2fs.c169 struct ext2fs_disk { struct
170 uint32_t fd_inodes; /* # of inodes */
171 uint32_t fd_blocks; /* # of blocks */
172 uint32_t fd_resblk; /* # of reserved blocks */
173 uint32_t fd_freeblk; /* # of free blocks */
174 uint32_t fd_freeino; /* # of free inodes */
175 uint32_t fd_firstblk; /* first data block */
176 uint32_t fd_bsize; /* block size */
177 uint32_t fd_fsize; /* frag size */
178 uint32_t fd_bpg; /* blocks per group */
[all …]