HomeSort by: relevance | last modified time | path
    Searched refs:totalreads (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_ext2fs/
utilities.c 84 long diskreads, totalreads; /* Disk cache statistics */ variable in typeref:typename:long
151 diskreads = totalreads = 0;
197 totalreads++;
303 totalreads, (int)(diskreads * 100 / totalreads));
  /src/sbin/fsck_ffs/
utilities.c 65 long diskreads, totalreads; /* Disk cache statistics */ variable in typeref:typename:long
212 totalreads++;
341 totalreads, (int)(diskreads * 100 / totalreads));
  /src/sbin/fsck_lfs/
utilities.c 60 long diskreads, totalreads; /* Disk cache statistics */ variable in typeref:typename:long

Completed in 14 milliseconds