Home
last modified time | relevance | path

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

/external/fio/
Dioengine.h214 extern void fill_io_buffer(struct thread_data *, void *, unsigned int, unsigned int);
Dio_u.c1867 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()
Dfilesetup.c147 fill_io_buffer(td, b, bs, bs); in extend_file()
/external/fio/engines/
Dglusterfs.c188 fill_io_buffer(td, b, bs, bs); in fio_gf_open_file()