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/
filesetup.c 357 if (f->filetype == FIO_TYPE_FILE)
403 else if (f->filetype == FIO_TYPE_FILE)
550 if (f->filetype != FIO_TYPE_FILE)
558 if (f->filetype == FIO_TYPE_FILE)
691 } else if (f->filetype != FIO_TYPE_FILE)
744 if (o->file_append && f->filetype == FIO_TYPE_FILE)
876 if (f->filetype == FIO_TYPE_FILE &&
912 assert(f->filetype == FIO_TYPE_FILE);
1094 if (td->o.unlink && f->filetype == FIO_TYPE_FILE) {
1104 if (td->o.unlink && f->filetype == FIO_TYPE_FILE) {
    [all...]
file.h 16 FIO_TYPE_FILE = 1, /* plain file */
ioengines.c 458 (f->filetype == FIO_TYPE_BD || f->filetype == FIO_TYPE_FILE)) {

Completed in 577 milliseconds