Searched defs:e2fsck_struct (Results 1 – 1 of 1) sorted by relevance
195 struct e2fsck_struct { struct196 ext2_filsys fs;197 const char *program_name;198 char *filesystem_name;199 char *device_name;200 char *io_options;201 int flags; /* E2fsck internal flags */202 int options;203 blk_t use_superblock; /* sb requested by user */204 blk_t superblock; /* sb used to open fs */[all …]