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

  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 50 AllowMountedRead on
ext2ed.h 191 extern int AllowMountedRead;
main.c 61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
general_com.c 160 if (mounted && !AllowMountedRead) {
162 wprintw (command_win,"You may wish to use the AllowMountedRead on configuration option\n");
166 if (mounted && AllowMountedRead) {
init.c 533 else if (strcasecmp (option,"AllowMountedRead")==0) {
535 AllowMountedRead = 1;
537 AllowMountedRead = 0;

Completed in 503 milliseconds