Searched refs:roflag (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c57 static int roflag = 0; variable
97 if (roflag)
100 roflag++;
137 do_mount(special, mountp, roflag ? MS_RDONLY : 0);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c45 static int roflag = 0; variable
110 roflag++;
216 if (roflag)
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c44 static int roflag = 0; variable
101 roflag++;
120 if (roflag)
137 * Only the low-order bit of "roflag" is used by the system
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h323 int roflag; /* do normal checks but don't update disk */ variable
H A Dsetup.c503 if (nflag || roflag || (fswritefd = open64(devstr, O_WRONLY)) < 0) {

Completed in 68 milliseconds