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