OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iolog_f
(Results
1 - 2
of
2
) sorted by null
/external/fio/
iolog.c
36
fprintf(td->
iolog_f
, "%s %s %llu %lu\n", io_u->file->file_name,
55
if (!td->
iolog_f
)
58
fprintf(td->
iolog_f
, "%s %s\n", f->file_name, act[what]);
319
fflush(td->
iolog_f
);
320
fclose(td->
iolog_f
);
322
td->
iolog_f
= NULL;
516
td->
iolog_f
= f;
fio.h
165
FILE *
iolog_f
;
member in struct:thread_data
Completed in 37 milliseconds