Searched refs:ForceExt2 (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
58 ForceExt2 off
H A Dinit.c394 if (!ext2_detected && !ForceExt2)
395 wprintw (command_win,"You may wish to use the configuration option ForceExt2 on\n");
397 if (ForceExt2 && !ext2_detected)
405 if (ext2_detected || ForceExt2) {
544 else if (strcasecmp (option,"ForceExt2")==0) {
546 ForceExt2 = 1;
548 ForceExt2 = 0;
H A Dext2ed.h192 extern int ForceExt2;
H A Dmain.c62 int ForceExt2=0; /* When set, ext2 autodetection is overridden */ variable

Completed in 84 milliseconds