Searched defs:ext2fs (Results 1 – 2 of 2) sorted by relevance
45 struct ext2fs { struct46 uint32_t e2fs_icount; /* Inode count */47 uint32_t e2fs_bcount; /* blocks count */48 uint32_t e2fs_rbcount; /* reserved blocks count */49 uint32_t e2fs_fbcount; /* free blocks count */50 uint32_t e2fs_ficount; /* free inodes count */51 uint32_t e2fs_first_dblock; /* first data block */52 uint32_t e2fs_log_bsize; /* block size = 1024*(2^e2fs_log_bsize) */53 uint32_t e2fs_log_fsize; /* fragment size */54 uint32_t e2fs_bpg; /* blocks per group */[all …]
225 struct ext2fs { struct226 struct ext2fs_disk fs_fd; argument227 char fs_pad[EXT2_SBSIZE - sizeof(struct ext2fs_disk)]; argument228 struct ext2fs_core fs_fc; argument