HomeSort by relevance Sort by last modified time
    Searched refs:get_start_offset (Results 1 - 4 of 4) sorted by null

  /external/fio/
file.h 187 extern uint64_t get_start_offset(struct thread_data *, struct fio_file *);
libfio.c 121 f->file_offset = get_start_offset(td, f);
filesetup.c 833 uint64_t get_start_offset(struct thread_data *td, struct fio_file *f) function
929 f->file_offset = get_start_offset(td, f);
    [all...]
io_u.c 352 if (f->last_pos[ddir] >= f->io_size + get_start_offset(td, f) &&
526 return io_u->offset + buflen <= f->io_size + get_start_offset(td, f);
    [all...]

Completed in 247 milliseconds