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

  /external/fio/
thread_options.h 122 unsigned int bs_unaligned; member in struct:thread_options
351 uint32_t bs_unaligned; member in struct:thread_options_pack
cconv.c 162 o->bs_unaligned = le32_to_cpu(top->bs_unaligned);
336 top->bs_unaligned = cpu_to_le32(o->bs_unaligned);
init.c 602 if (o->bs_unaligned && (o->odirect || td->io_ops->flags & FIO_RAWIO))
603 log_err("fio: bs_unaligned may not work with raw io\n");
    [all...]
io_u.c 476 if (!td->o.bs_unaligned && is_power_of_2(minbs))
    [all...]
options.c     [all...]

Completed in 208 milliseconds