Searched refs:fill_io_buffer (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | ioengine.h | 214 extern void fill_io_buffer(struct thread_data *, void *, unsigned int, unsigned int);
|
D | io_u.c | 1867 void fill_io_buffer(struct thread_data *td, void *buf, unsigned int min_write, in fill_io_buffer() function 1912 fill_io_buffer(td, io_u->buf, min_write, max_bs); in io_u_fill_buffer()
|
D | filesetup.c | 147 fill_io_buffer(td, b, bs, bs); in extend_file()
|
/external/fio/engines/ |
D | glusterfs.c | 188 fill_io_buffer(td, b, bs, bs); in fio_gf_open_file()
|