Searched refs:mountedfs (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c373 mountedfs = M_NOMNT;
412 if (mountedfs != M_NOMNT)
472 if (!nflag && mountedfs == M_RW) {
509 if (mountedfs == M_RW)
641 if (mountedfs == M_RW)
649 (((mountedfs != M_NOMNT) && !errorlocked) || hotroot)) {
656 if (mountedfs != M_NOMNT) {
H A Dsetup.c451 if ((mountedfs = mounted(devstr, devstr, str_size)) != M_NOMNT) {
455 if (corefs && (mountedfs == M_RO)) {
462 devstr, mountedfs == M_RW ? " READ/WRITE" : "");
466 devstr, mountedfs == M_RW ? "WRITE" :
513 if (debug && (hotroot || (mountedfs != M_NOMNT))) {
517 if (mountedfs != M_NOMNT)
519 (mountedfs == M_RO) ? "only" : "write");
H A Dfsck.h328 char mountedfs; /* checking mounted device */ variable
470 * Values for mounted() and mountedfs.
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c211 mountedfs = 0;
232 if (mountedfs)
271 if (mountedfs) {
H A Dsetup.c178 mountedfs++;
217 if (debug && (hotroot || mountedfs)) {
221 mountedfs? " and": "");
222 if (mountedfs)
H A Dfsck.h177 char mountedfs; /* checking mounted device */ variable

Completed in 70 milliseconds