Home
last modified time | relevance | path

Searched refs:fio_null_open (Results 1 – 1 of 1) sorted by relevance

/external/fio/engines/
Dnull.c78 static int fio_null_open(struct thread_data fio_unused *td, in fio_null_open() function
121 .open_file = fio_null_open,
154 ioengine->open_file = fio_null_open; in get_ioengine()