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

  /external/fio/
ioengine.h 189 extern int td_io_unlink_file(struct thread_data *, struct fio_file *);
filesetup.c 62 if ((td_io_unlink_file(td, f) < 0) && (errno != ENOENT)) {
175 td_io_unlink_file(td, f);
1096 td_io_unlink_file(td, f);
1106 td_io_unlink_file(td, f);
ioengines.c 516 int td_io_unlink_file(struct thread_data *td, struct fio_file *f) function
iolog.c 119 td_io_unlink_file(td, f);

Completed in 205 milliseconds