Home
last modified time | relevance | path

Searched refs:iolog_compress (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Diolog.c806 static struct iolog_compress *get_new_chunk(unsigned int seq) in get_new_chunk()
808 struct iolog_compress *c; in get_new_chunk()
818 static void free_chunk(struct iolog_compress *ic) in free_chunk()
876 static size_t inflate_chunk(struct iolog_compress *ic, int gz_hdr, FILE *f, in inflate_chunk()
943 struct iolog_compress *ic; in inflate_gz_chunks()
945 ic = flist_first_entry(&log->chunk_list, struct iolog_compress, list); in inflate_gz_chunks()
981 struct iolog_compress ic; in iolog_file_inflate()
1135 struct iolog_compress *c; in log_chunk_sizes()
1137 c = flist_entry(entry, struct iolog_compress, list); in log_chunk_sizes()
1148 struct iolog_compress *c = NULL; in gz_work()
[all …]
Diolog.h296 struct iolog_compress { struct
Dserver.c1887 struct iolog_compress *c; in fio_append_gz_chunks()
1889 c = flist_entry(node, struct iolog_compress, list); in fio_append_gz_chunks()