1TRACE_BLOCK_BIO_BACK(9) Block IO TRACE_BLOCK_BIO_BACK(9)
2
3
4
6 trace_block_bio_backmerge - merging block operation to the end of an
7 existing operation
8
10 void trace_block_bio_backmerge(struct request_queue * q,
11 struct bio * bio);
12
14 q
15 queue holding operation
16
17 bio
18 new block operation to merge
19
21 Merging block request bio to the end of an existing block request in
22 queue q.
23
25 Jason Baron <jbaron@redhat.com>
26 Author.
27
28 William Cohen <wcohen@redhat.com>
29 Author.
30
32Kernel Hackers Manual 2.6. November 2011 TRACE_BLOCK_BIO_BACK(9)