Home
last modified time | relevance | path

Searched refs:ForceExt2 (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/ext2ed/
Dinit.c395 if (!ext2_detected && !ForceExt2) in set_file_system_info()
398 if (ForceExt2 && !ext2_detected) in set_file_system_info()
406 if (ext2_detected || ForceExt2) { in set_file_system_info()
547 ForceExt2 = 1; in process_configuration_file()
549 ForceExt2 = 0; in process_configuration_file()
Dext2ed.conf.in53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
58 ForceExt2 off
Dmain.c63 int ForceExt2=0; /* When set, ext2 autodetection is overridden */ variable
Dext2ed.h192 extern int ForceExt2;
DREADME147 autodetect this, use the 'ForceExt2 on' configuration file option.