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

  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 37 # AllowChanges off will not allow ext2ed to do any changes to the
42 AllowChanges on
disk.c 80 As a double safety measure, AllowChanges is rechecked here.
94 if (!AllowChanges) {
95 internal_error ("AllowChanges=0 yet enablewrite succeeded","disk","low_write");
ext2ed.h 194 extern int AllowChanges;
main.c 60 int AllowChanges=0; /* When set, the enablewrite command will fail */
init.c 529 else if (strcasecmp (option,"AllowChanges")==0) {
531 AllowChanges = 1;
533 AllowChanges = 0;
general_com.c 863 if (!AllowChanges) {

Completed in 83 milliseconds