Searched defs:struct_ext2_filsys (Results 1 – 1 of 1) sorted by relevance
210 struct struct_ext2_filsys { struct211 errcode_t magic;212 io_channel io;213 int flags;214 char * device_name;215 struct ext2_super_block * super;216 unsigned int blocksize;217 int fragsize;218 dgrp_t group_desc_count;219 unsigned long desc_blocks;[all …]