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

/external/fio/
H A Dfile.h62 struct fio_file { struct
134 static inline void fio_file_set_##name(struct fio_file *f) \
138 static inline void fio_file_clear_##name(struct fio_file *f) \
142 static inline int fio_file_##name(struct fio_file *f) \
162 extern uint64_t get_start_offset(struct thread_data *, struct fio_file *);
164 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
165 extern int __must_check generic_open_file(struct thread_data *, struct fio_file *);
166 extern int __must_check generic_close_file(struct thread_data *, struct fio_file *);
167 extern int __must_check generic_get_file_size(struct thread_data *, struct fio_file *);
168 extern int __must_check file_lookup_open(struct fio_file *
[all...]

Completed in 1232 milliseconds