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

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dutilities.c84 long diskreads, totalreads; /* Disk cache statistics */ variable
151 diskreads = totalreads = 0;
197 totalreads++;
303 totalreads, (int)(diskreads * 100 / totalreads));
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dutilities.c62 long diskreads, totalreads; /* Disk cache statistics */ variable
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dutilities.c65 long diskreads, totalreads; /* Disk cache statistics */ variable
210 totalreads++;
329 totalreads, (int)(diskreads * 100 / totalreads));

Completed in 196 milliseconds