Lines Matching defs:ext_filesystem
82 struct ext_filesystem { struct
84 uint64_t total_sect;
86 uint32_t blksz;
88 uint32_t inodesz;
90 uint32_t sect_perblk;
92 uint16_t gdsize;
94 uint32_t gdtable_blkno;
96 uint32_t no_blkgrp;
98 uint32_t no_blk_pergdt;
100 struct ext2_sblock *sb;
102 char *gdtable;
105 unsigned char **blk_bmaps;
106 long int curr_blkno;
107 uint16_t first_pass_bbmap;
110 unsigned char **inode_bmaps;
111 int curr_inode_no;
112 uint16_t first_pass_ibmap;
117 struct blk_desc *dev_desc;