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

  /external/fio/
file.h 17 FIO_TYPE_BD, /* block device */
filesetup.c 366 else if (f->filetype == FIO_TYPE_BD)
407 if (f->filetype == FIO_TYPE_BD)
412 } else if (f->filetype == FIO_TYPE_BD) {
522 if (td_trim(td) && f->filetype != FIO_TYPE_BD) {
692 if (f->filetype == FIO_TYPE_BD || f->filetype == FIO_TYPE_CHAR) {
1134 f->filetype = FIO_TYPE_BD;
1138 f->filetype = FIO_TYPE_BD;
ioengines.c 451 (f->filetype == FIO_TYPE_BD || f->filetype == FIO_TYPE_FILE)) {
  /external/fio/engines/
sg.c 198 if (f->filetype == FIO_TYPE_BD)
353 if (f->filetype == FIO_TYPE_BD) {
376 if (f->filetype == FIO_TYPE_BD) {
binject.c 354 if (f->filetype != FIO_TYPE_BD) {

Completed in 89 milliseconds