Searched refs:totalreadcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dglobs.c51 long totalreadcnt[BT_NUMBUFTYPES]; variable
125 bzero(totalreadcnt, sizeof(long) * BT_NUMBUFTYPES);
H A Dfsutil.c211 readcnt[i] = totalreadcnt[i] = 0;
498 totalreadcnt[i] += readcnt[i];
518 totalreadcnt[i] += readcnt[i];
520 readcnt[i] = totalreadcnt[i];
H A Dfsck.h196 extern long totalreadcnt[BT_NUMBUFTYPES];

Completed in 104 milliseconds