Lines Matching defs:ext_filesystem
137 struct ext_filesystem { struct
139 uint64_t total_sect;
141 uint32_t blksz;
143 uint32_t inodesz;
145 uint32_t sect_perblk;
147 uint16_t gdsize;
149 uint32_t gdtable_blkno;
151 uint32_t no_blkgrp;
153 uint32_t no_blk_pergdt;
155 struct ext2_sblock *sb;
157 char *gdtable;
160 unsigned char **blk_bmaps;
161 long int curr_blkno;
162 uint16_t first_pass_bbmap;
165 unsigned char **inode_bmaps;
166 int curr_inode_no;
167 uint16_t first_pass_ibmap;
172 struct blk_desc *dev_desc;