Searched defs:struct_ext2_filsys (Results 1 – 1 of 1) sorted by relevance
246 struct struct_ext2_filsys { struct247 errcode_t magic;248 io_channel io;249 int flags;250 char * device_name;251 struct ext2_super_block * super;252 unsigned int blocksize;253 int fragsize;254 dgrp_t group_desc_count;255 unsigned long desc_blocks;[all …]