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