1TRACE_BLOCK_BIO_FRON(9) Block IO TRACE_BLOCK_BIO_FRON(9)
2
3
4
6 trace_block_bio_frontmerge - merging block operation to the beginning
7 of an existing operation
8
10 void trace_block_bio_frontmerge(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 IO operation bio to the beginning of an existing block
22 operation in 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_FRON(9)