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

  /external/fio/
thread_options.h 75 unsigned int file_append; member in struct:thread_options
347 uint32_t file_append; member in struct:thread_options_pack
cconv.c 103 o->file_append = le32_to_cpu(top->file_append);
350 top->file_append = cpu_to_le32(o->file_append);
filesetup.c 62 (td_write(td) && td->o.overwrite && !td->o.file_append) ||
65 if (td_write(td) && !td->o.overwrite && !td->o.file_append)
837 if (o->file_append && f->filetype == FIO_TYPE_FILE)
    [all...]
init.c 851 if (td_ioengine_flagged(td, FIO_NOEXTEND) && td->o.file_append) {
    [all...]
options.c     [all...]

Completed in 206 milliseconds