Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dglobs.c78 int bkgrdcheck; /* determine if background check is possible */ variable
H A Dmain.c112 bkgrdcheck = 1; in main()
260 if (bkgrdcheck) { in checkfilesys()
H A Dsuj.c2134 if (!bkgrdcheck || debug) in suj_verifyino()
2437 if (!bkgrdcheck || debug) in suj_check()
2450 if (!bkgrdcheck || debug) in suj_check()
2460 if (!bkgrdcheck || debug) in suj_check()
2466 if (!bkgrdcheck || debug) in suj_check()
2473 if (bkgrdcheck) { in suj_check()
H A Dfsck.h337 extern int bkgrdcheck; /* determine if background check is possible */
H A Dfsutil.c596 if (bkgrdcheck) in rwerror()