Home
last modified time | relevance | path

Searched refs:io_bunch_hdr (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/btreplay/
Dbtrecord.h34 struct io_bunch_hdr { struct
59 struct io_bunch_hdr hdr; argument
Dbtrecord.c573 struct io_bunch_hdr *hdrp = &stream->cur->hdr; in bunch_output_hdr()
576 if (fwrite(hdrp, sizeof(struct io_bunch_hdr), 1, stream->ofp) != 1) { in bunch_output_hdr()