Home
last modified time | relevance | path

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

/external/fio/
Dfile.h172 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
Dioengines.c454 if (td->o.invalidate_cache && file_invalidate_cache(td, f)) in td_io_open_file()
Dfilesetup.c433 int file_invalidate_cache(struct thread_data *td, struct fio_file *f) in file_invalidate_cache() function
Dbackend.c472 if (file_invalidate_cache(td, f)) in do_verify()