Searched defs:struct_ext2_filsys (Results 1 – 1 of 1) sorted by relevance
189 struct struct_ext2_filsys { struct190 errcode_t magic;191 io_channel io;192 int flags;193 char * device_name;194 struct ext2_super_block * super;195 unsigned int blocksize;196 int fragsize;197 dgrp_t group_desc_count;198 unsigned long desc_blocks;[all …]