Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/fsck_ffs/
Dpass3.c92 loopcnt > countdirs) in pass3()
96 if (loopcnt <= countdirs) { in pass3()
Dglobs.c60 long countdirs; /* number of directories we actually found */ variable
127 countdirs = 0; in fsckinit()
Dmain.c516 countdirs = sblock.fs_cstotal.cs_ndir - countdirs; in checkfilesys()
518 countdirs, files - countdirs, blks); in checkfilesys()
Dfsck.h286 extern long countdirs; /* number of directories we actually found */
Dpass1.c366 countdirs++; in checkinode()