Query: blk_add_trace_bio
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_ADD_TRACE_BIO(9) Block Devices BLK_ADD_TRACE_BIO(9)NAMEblk_add_trace_bio - Add a trace for a bio oriented actionSYNOPSISvoid blk_add_trace_bio(struct request_queue * q, struct bio * bio, u32 what, int error);ARGUMENTSq queue the io is for bio the source bio what the action error error, if anyDESCRIPTIONRecords an action against a bio. Will log the bio offset + size.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_ADD_TRACE_BIO(9)