Searched refs:AllowChanges (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in37 # AllowChanges off will not allow ext2ed to do any changes to the
42 AllowChanges on
H A Ddisk.c80 As a double safety measure, AllowChanges is rechecked here.
94 if (!AllowChanges) {
95 internal_error ("AllowChanges=0 yet enablewrite succeeded","disk","low_write");
H A Dext2ed.h190 extern int AllowChanges;
H A Dmain.c60 int AllowChanges=0; /* When set, the enablewrite command will fail */ variable
H A Dinit.c522 else if (strcasecmp (option,"AllowChanges")==0) {
524 AllowChanges = 1;
526 AllowChanges = 0;
H A Dgeneral_com.c863 if (!AllowChanges) {

Completed in 714 milliseconds