OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsync_blocks
(Results
1 - 6
of
6
) sorted by null
/external/fio/
thread_options.h
142
unsigned int
fsync_blocks
;
member in struct:thread_options
369
uint32_t
fsync_blocks
;
member in struct:thread_options_pack
cconv.c
174
o->
fsync_blocks
= le32_to_cpu(top->
fsync_blocks
);
348
top->
fsync_blocks
= cpu_to_le32(o->
fsync_blocks
);
io_u.c
611
if (td->o.
fsync_blocks
&&
612
!(td->io_issues[DDIR_WRITE] % td->o.
fsync_blocks
) &&
[
all
...]
init.c
700
o->
fsync_blocks
= o->fdatasync_blocks;
[
all
...]
options.c
[
all
...]
/external/fio/engines/
mmap.c
214
(o->odirect || o->
fsync_blocks
|| o->fdatasync_blocks)) {
Completed in 399 milliseconds