OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowMountedRead
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/ext2ed/
ext2ed.conf.in
50
AllowMountedRead
on
ext2ed.h
195
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
540
else if (strcasecmp (option,"
AllowMountedRead
")==0) {
542
AllowMountedRead
= 1;
544
AllowMountedRead
= 0;
Completed in 41 milliseconds