Searched refs:file_invalidate_cache (Results 1 – 4 of 4) sorted by relevance
172 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
454 if (td->o.invalidate_cache && file_invalidate_cache(td, f)) in td_io_open_file()
433 int file_invalidate_cache(struct thread_data *td, struct fio_file *f) in file_invalidate_cache() function
472 if (file_invalidate_cache(td, f)) in do_verify()