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

  /external/fio/
file.h 18 FIO_TYPE_CHAR, /* character device */
filesetup.c 361 else if (f->filetype == FIO_TYPE_CHAR)
415 } else if (f->filetype == FIO_TYPE_CHAR || f->filetype == FIO_TYPE_PIPE)
566 if (f->filetype == FIO_TYPE_CHAR && !read_only)
687 if (f->filetype == FIO_TYPE_BD || f->filetype == FIO_TYPE_CHAR) {
1146 f->filetype = FIO_TYPE_CHAR;
  /external/fio/engines/
sg.c 359 } else if (f->filetype == FIO_TYPE_CHAR) {

Completed in 154 milliseconds