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 58 unsigned int file_append; member in struct:thread_options
285 uint32_t file_append; member in struct:thread_options_pack
cconv.c 86 o->file_append = le32_to_cpu(top->file_append);
288 top->file_append = cpu_to_le32(o->file_append);
filesetup.c 54 (td_write(td) && td->o.overwrite && !td->o.file_append) ||
57 if (td_write(td) && !td->o.overwrite && !td->o.file_append)
749 if (o->file_append && f->filetype == FIO_TYPE_FILE)
init.c 694 if ((td->io_ops->flags & FIO_NOEXTEND) && td->o.file_append) {
    [all...]
options.c 1637 .name = "file_append",
1640 .off1 = td_var_offset(file_append),
    [all...]

Completed in 43 milliseconds