HomeSort by relevance Sort by last modified time
    Searched full:dfilecount (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/fs/fs-bench/
random-access-del-create.c 27 int dfilecount = 0; variable
63 fprintf(stderr, "Total delete files: %d\n", dfilecount);
84 if ((errorcount > dfilecount || errorcount > cfilecount)
88 fprintf(stderr, "Total delete files: %d\n", dfilecount);
135 dfilecount++;
random-del-create.c 24 int dfilecount = 0; variable
60 fprintf(stderr, "Total delete files: %d\n", dfilecount);
82 if ((errorcount > dfilecount || errorcount > cfilecount)
86 fprintf(stderr, "Total delete files: %d\n", dfilecount);
132 dfilecount++;
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 43 int cFileCount, dFileCount, errorCount;
173 dFileCount = 0;
289 if (rc != 0 || maxfiles < dFileCount++) {
295 ("ERROR2: rc:%d -- dFileCount:%d \n",
296 rc, dFileCount);
386 dFileCount++;
602 if ((errorCount > dFileCount || errorCount > cFileCount)
606 fprintf(stderr, "Total delete files: %d\n", dFileCount);
644 fprintf(stderr, "Total delete files: %d\n", dFileCount);

Completed in 192 milliseconds