OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bs_unaligned
(Results
1 - 7
of
7
) 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
...]
HOWTO
532
given (also see
bs_unaligned
). Applies to both reads and
570
bs_unaligned
If this option is given, any byte size value within bsrange
[
all
...]
fio.1
446
.B blocksize_unaligned\fR,\fP
bs_unaligned
[
all
...]
Completed in 259 milliseconds