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