HomeSort by relevance Sort by last modified time
    Searched refs:FIO_TYPE_FILE (Results 1 - 4 of 4) sorted by null

  /external/fio/engines/
falloc.c 32 if (f->filetype != FIO_TYPE_FILE) {
  /external/fio/
file.h 16 FIO_TYPE_FILE = 1, /* plain file */
filesetup.c 364 if (f->filetype == FIO_TYPE_FILE)
410 } else if (f->filetype == FIO_TYPE_FILE) {
557 if (f->filetype != FIO_TYPE_FILE)
565 if (f->filetype == FIO_TYPE_FILE)
696 } else if (f->filetype != FIO_TYPE_FILE)
749 if (o->file_append && f->filetype == FIO_TYPE_FILE)
881 if (f->filetype == FIO_TYPE_FILE &&
917 assert(f->filetype == FIO_TYPE_FILE);
1100 if (td->o.unlink && f->filetype == FIO_TYPE_FILE) {
1129 f->filetype = FIO_TYPE_FILE;
    [all...]
ioengines.c 451 (f->filetype == FIO_TYPE_BD || f->filetype == FIO_TYPE_FILE)) {

Completed in 178 milliseconds