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 190 extern int AllowChanges;
main.c 60 int AllowChanges=0; /* When set, the enablewrite command will fail */
init.c 522 else if (strcasecmp (option,"AllowChanges")==0) {
524 AllowChanges = 1;
526 AllowChanges = 0;
general_com.c 863 if (!AllowChanges) {

Completed in 49 milliseconds