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

  /external/fio/engines/
falloc.c 32 if (f->filetype != FIO_TYPE_FILE) {
  /external/fio/
filesetup.c 400 if (f->filetype == FIO_TYPE_FILE)
469 } else if (f->filetype == FIO_TYPE_FILE) {
631 if (f->filetype != FIO_TYPE_FILE)
639 if (f->filetype == FIO_TYPE_FILE && td->o.allow_create)
784 } else if (f->filetype != FIO_TYPE_FILE)
837 if (o->file_append && f->filetype == FIO_TYPE_FILE)
995 if (f->filetype == FIO_TYPE_FILE &&
1059 assert(f->filetype == FIO_TYPE_FILE);
1284 if (td->o.unlink && f->filetype == FIO_TYPE_FILE) {
1294 if (td->o.unlink && f->filetype == FIO_TYPE_FILE) {
    [all...]
file.h 17 FIO_TYPE_FILE = 1, /* plain file */
ioengines.c 452 (f->filetype == FIO_TYPE_BLOCK || f->filetype == FIO_TYPE_FILE)) {
477 (f->filetype == FIO_TYPE_BLOCK || f->filetype == FIO_TYPE_FILE)) {
backend.c 576 if (f->filetype != FIO_TYPE_FILE)
    [all...]

Completed in 1565 milliseconds