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
142
unsigned int
bs_unaligned
;
member in struct:thread_options
413
uint32_t
bs_unaligned
;
member in struct:thread_options_pack
cconv.c
193
o->
bs_unaligned
= le32_to_cpu(top->
bs_unaligned
);
396
top->
bs_unaligned
= cpu_to_le32(o->
bs_unaligned
);
init.c
673
if (o->
bs_unaligned
&& (o->odirect || td_ioengine_flagged(td, FIO_RAWIO)))
674
log_err("fio:
bs_unaligned
may not work with raw io\n");
[
all
...]
io_u.c
582
if (!td->o.
bs_unaligned
&& power_2)
584
else if (!td->o.
bs_unaligned
&& !power_2)
[
all
...]
options.c
[
all
...]
fio.1
561
.B blocksize_unaligned\fR,\fB
bs_unaligned
[
all
...]
HOWTO
[
all
...]
Completed in 465 milliseconds