Searched defs:struct_ext2_filsys (Results 1 – 1 of 1) sorted by relevance
226 struct struct_ext2_filsys { struct227 errcode_t magic;228 io_channel io;229 int flags;230 char * device_name;231 struct ext2_super_block * super;232 unsigned int blocksize;233 int fragsize;234 dgrp_t group_desc_count;235 unsigned long desc_blocks;[all …]