Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dpass3.c87 loopcnt > countdirs) in pass3()
91 if (loopcnt <= countdirs) { in pass3()
H A Dglobs.c48 long countdirs; /* number of directories we actually found */ variable
120 countdirs = 0; in fsckinit()
H A Dmain.c509 countdirs = sblock.fs_cstotal.cs_ndir - countdirs; in checkfilesys()
511 countdirs, files - countdirs, blks); in checkfilesys()
H A Dfsck.h320 extern long countdirs; /* number of directories we actually found */
H A Dpass1.c391 countdirs++; in checkinode()