Home | History | Annotate | Download | only in sdcard

Lines Matching refs:SYNC

117     {"sync",  required_argument, 0, 'f'},
137 " -s --sync: fsync|sync Use fsync or sync in write test. Default: no sync call.\n"
245 if (strcmp("sync", optarg) == 0) {
246 testCase->setSync(TestCase::SYNC);
467 if (TestCase::FSYNC == testCase->sync())
473 else if (TestCase::SYNC == testCase->sync())
476 sync();
566 printf("# Sync: %s\n", testCase.syncAsStr());