Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dext2ed.conf.in37 # AllowChanges off will not allow ext2ed to do any changes to the
42 AllowChanges on
Ddisk.c94 if (!AllowChanges) { in low_write()
Dinit.c531 AllowChanges = 1; in process_configuration_file()
533 AllowChanges = 0; in process_configuration_file()
Dmain.c60 int AllowChanges=0; /* When set, the enablewrite command will fail */ variable
Dext2ed.h194 extern int AllowChanges;
Dgeneral_com.c863 if (!AllowChanges) { in enable_write()