Searched defs:fio_file (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dfile.h64 struct fio_file { struct
140 static inline void fio_file_set_##name(struct fio_file *f) \
144 static inline void fio_file_clear_##name(struct fio_file *f) \
148 static inline int fio_file_##name(struct fio_file *f) \
170 extern uint64_t get_start_offset(struct thread_data *, struct fio_file *);
172 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
173 extern int __must_check generic_open_file(struct thread_data *, struct fio_file *);
174 extern int __must_check generic_close_file(struct thread_data *, struct fio_file *);
175 extern int __must_check generic_get_file_size(struct thread_data *, struct fio_file *);
176 extern int __must_check file_lookup_open(struct fio_file *
[all...]

Completed in 49 milliseconds