HomeSort by relevance Sort by last modified time
    Searched refs:ForceExt2 (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
58 ForceExt2 off
init.c 394 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;
ext2ed.h 192 extern int ForceExt2;
main.c 62 int ForceExt2=0; /* When set, ext2 autodetection is overridden */

Completed in 124 milliseconds