Lines Matching defs:ext_filesystem
84 struct ext_filesystem { struct
86 uint64_t total_sect;
88 uint32_t blksz;
90 uint32_t inodesz;
92 uint32_t sect_perblk;
94 uint16_t gdsize;
96 uint32_t gdtable_blkno;
98 uint32_t no_blkgrp;
100 uint32_t no_blk_pergdt;
102 struct ext2_sblock *sb;
104 char *gdtable;
107 unsigned char **blk_bmaps;
108 long int curr_blkno;
109 uint16_t first_pass_bbmap;
112 unsigned char **inode_bmaps;
113 int curr_inode_no;
114 uint16_t first_pass_ibmap;
119 struct blk_desc *dev_desc;