Searched refs:AllowMountedRead (Results 1 – 6 of 6) sorted by relevance
50 AllowMountedRead on
535 AllowMountedRead = 1; in process_configuration_file()537 AllowMountedRead = 0; in process_configuration_file()
61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */ variable
191 extern int AllowMountedRead;
160 if (mounted && !AllowMountedRead) { in set_device()166 if (mounted && AllowMountedRead) { in set_device()
132 by using the configuration file option 'AllowMountedRead on'. However,