Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fsck_ffs/
H A Dpass3.c93 loopcnt > countdirs) in pass3()
97 if (loopcnt <= countdirs) { in pass3()
H A Dglobs.c60 long countdirs; /* number of directories we actually found */ variable
132 countdirs = 0; in fsckinit()
H A Dmain.c522 countdirs = sblock.fs_cstotal.cs_ndir - countdirs; in checkfilesys()
524 countdirs, files - countdirs, blks); in checkfilesys()
H A Dfsck.h325 extern long countdirs; /* number of directories we actually found */
H A Dpass1.c397 countdirs++; in checkinode()