Home
last modified time | relevance | path

Searched refs:rdonly (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Dmain.c49 int rdonly; /* device is opened read only (supersedes above) */ variable
132 if (alwaysyes || alwaysno || rdonly) in ask()
133 def = (alwaysyes && !rdonly && !alwaysno); in ask()
144 if (alwaysyes || alwaysno || rdonly) { in ask()
Dcheck.c56 rdonly = alwaysno; in checkfilesys()
60 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0); in checkfilesys()
61 if (dosfs < 0 && !rdonly) { in checkfilesys()
67 rdonly = 1; in checkfilesys()
Dext.h45 extern int rdonly; /* device is opened read only (supersedes above) */