Home
last modified time | relevance | path

Searched refs:errorlocked (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c467 } else if (errorlocked) { in check_mount_state()
506 if (errorlocked) { in open_and_intro()
530 if (errorlocked) in open_and_intro()
946 errorlocked = is_errorlocked(devstr); in setup()
976 if (errorlocked && in setup()
996 if (!errorlocked && (bflag == 0) && in setup()
1256 if (errorlocked) in sblock_init()
H A Dmain.c182 int errorlocked; variable
415 errorlocked = is_errorlocked(filesys); in checkfilesys()
684 (((mountedfs != M_NOMNT) && !errorlocked) || hotroot)) { in checkfilesys()
H A Dutilities.c906 if (errorlocked || iscorrupt) { in verrexit()
1132 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && !errorlocked)) in debugclean()
1176 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) { in updateclean()
1222 if (errorlocked && !iscorrupt) { in updateclean()
1265 if (errorlocked) { in updateclean()
1363 if (errorlocked) { in updateclean()
1399 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) in printclean()
H A Dfsck.h339 extern int errorlocked; /* set => mounted fs has been error-locked */
H A Dpass1.c339 !((errorlocked || islog) && dp->di_mode == 0) && in verify_inode()