HomeSort by relevance Sort by last modified time
    Searched full:create_on_open (Results 1 - 9 of 9) sorted by null

  /external/fio/examples/
gfapi.fio 7 create_on_open=1
enospc-pressure.fio 41 create_on_open=1
  /external/fio/
thread_options.h 100 unsigned int create_on_open; member in struct:thread_options
373 uint32_t create_on_open; member in struct:thread_options_pack
cconv.c 153 o->create_on_open = le32_to_cpu(top->create_on_open);
362 top->create_on_open = cpu_to_le32(o->create_on_open);
filesetup.c 628 if (td->o.create_on_open && td->o.allow_create)
998 if (!o->create_on_open) {
    [all...]
options.c     [all...]
fio.1     [all...]
HOWTO 869 .. option:: create_on_open=bool
    [all...]
  /external/fio/engines/
windowsaio.c 196 if (td->o.create_on_open)

Completed in 207 milliseconds