Searched defs:roflag (Results 1 - 4 of 4) 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/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/pcfs/mount/
H A Dmount.c45 static int roflag = 0; variable
110 roflag++;
216 if (roflag)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h323 int roflag; /* do normal checks but don't update disk */ variable

Completed in 63 milliseconds