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

  /src/sbin/fsck_lfs/
utilities.c 60 long diskreads, totalreads; /* Disk cache statistics */ variable in typeref:typename:long
utilities.c 60 long diskreads, totalreads; /* Disk cache statistics */ variable in typeref:typename:long
  /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));
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));
utilities.c 65 long diskreads, totalreads; /* Disk cache statistics */ variable in typeref:typename:long
212 totalreads++;
341 totalreads, (int)(diskreads * 100 / totalreads));

Completed in 104 milliseconds