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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c427 * - if errorlocked, continue
457 } else if (errorlocked) {
496 if (errorlocked) {
520 if (errorlocked)
935 errorlocked = is_errorlocked(devstr);
965 if (errorlocked &&
985 if (!errorlocked && (bflag == 0) &&
1245 if (errorlocked)
H A Dmain.c380 errorlocked = is_errorlocked(filesys);
649 (((mountedfs != M_NOMNT) && !errorlocked) || hotroot)) {
H A Dutilities.c899 if (errorlocked || iscorrupt) {
1125 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && !errorlocked))
1169 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) {
1215 if (errorlocked && !iscorrupt) {
1258 if (errorlocked) {
1356 if (errorlocked) {
1392 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked)
H A Dfsck.h344 int errorlocked; /* set => mounted fs has been error-locked */ variable
H A Dpass1.c335 * if errorlocked or logging, then open deleted files will
341 !((errorlocked || islog) && dp->di_mode == 0) &&

Completed in 70 milliseconds