Home
last modified time | relevance | path

Searched refs:rdonly (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dmain.c47 int rdonly; /* device is opened read only (supersedes above) */ variable
136 if (alwaysyes || alwaysno || rdonly) in ask()
137 def = (alwaysyes && !rdonly && !alwaysno); in ask()
148 if (alwaysyes || alwaysno || rdonly) { in ask()
H A Dcheck.c58 rdonly = alwaysno; in checkfilesys()
62 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0); in checkfilesys()
63 if (dosfs < 0 && !rdonly) { in checkfilesys()
69 rdonly = 1; in checkfilesys()
H A Dext.h46 extern int rdonly; /* device is opened read only (supersedes above) */
H A Dfat.c507 if (rdonly) { in fat_set_cl_next()
715 PROT_READ | (rdonly ? 0 : PROT_WRITE), in _readfat()

Completed in 3 milliseconds