Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c457 } else if (errorlocked) { in check_mount_state()
496 if (errorlocked) { in open_and_intro()
520 if (errorlocked) in open_and_intro()
935 errorlocked = is_errorlocked(devstr); in setup()
965 if (errorlocked && in setup()
985 if (!errorlocked && (bflag == 0) && in setup()
1245 if (errorlocked) in sblock_init()
H A Dmain.c380 errorlocked = is_errorlocked(filesys); in checkfilesys()
649 (((mountedfs != M_NOMNT) && !errorlocked) || hotroot)) { in checkfilesys()
H A Dutilities.c899 if (errorlocked || iscorrupt) { in verrexit()
1125 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && !errorlocked)) in debugclean()
1169 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) { in updateclean()
1215 if (errorlocked && !iscorrupt) { in updateclean()
1258 if (errorlocked) { in updateclean()
1356 if (errorlocked) { in updateclean()
1392 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) in printclean()
H A Dfsck.h344 int errorlocked; /* set => mounted fs has been error-locked */ variable
H A Dpass1.c341 !((errorlocked || islog) && dp->di_mode == 0) && in verify_inode()