Searched refs:AllowMountedRead (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in50 AllowMountedRead on
H A Dext2ed.h191 extern int AllowMountedRead;
H A Dmain.c61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */ variable
H A Dgeneral_com.c160 if (mounted && !AllowMountedRead) {
162 wprintw (command_win,"You may wish to use the AllowMountedRead on configuration option\n");
166 if (mounted && AllowMountedRead) {
H A Dinit.c533 else if (strcasecmp (option,"AllowMountedRead")==0) {
535 AllowMountedRead = 1;
537 AllowMountedRead = 0;

Completed in 1400 milliseconds