1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;4.&#160;Block IO</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Linux Kernel Tracepoint API"><link rel="up" href="index.html" title="The Linux Kernel Tracepoint API"><link rel="prev" href="API-trace-signal-deliver.html" title="trace_signal_deliver"><link rel="next" href="API-trace-block-touch-buffer.html" title="trace_block_touch_buffer"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;4.&#160;Block IO</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-trace-signal-deliver.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-trace-block-touch-buffer.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="block"></a>Chapter&#160;4.&#160;Block IO</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="refentrytitle"><a href="API-trace-block-touch-buffer.html"><span class="phrase">trace_block_touch_buffer</span></a></span><span class="refpurpose"> &#8212; 
2  mark a buffer accessed
3 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-dirty-buffer.html"><span class="phrase">trace_block_dirty_buffer</span></a></span><span class="refpurpose"> &#8212; 
4     mark a buffer dirty
5 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-rq-abort.html"><span class="phrase">trace_block_rq_abort</span></a></span><span class="refpurpose"> &#8212; 
6     abort block operation request
7 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-rq-requeue.html"><span class="phrase">trace_block_rq_requeue</span></a></span><span class="refpurpose"> &#8212; 
8     place block IO request back on a queue
9 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-rq-complete.html"><span class="phrase">trace_block_rq_complete</span></a></span><span class="refpurpose"> &#8212; 
10     block IO operation completed by device driver
11 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-rq-insert.html"><span class="phrase">trace_block_rq_insert</span></a></span><span class="refpurpose"> &#8212; 
12     insert block operation request into queue
13 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-rq-issue.html"><span class="phrase">trace_block_rq_issue</span></a></span><span class="refpurpose"> &#8212; 
14     issue pending block IO request operation to device driver
15 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-bio-bounce.html"><span class="phrase">trace_block_bio_bounce</span></a></span><span class="refpurpose"> &#8212; 
16     used bounce buffer when processing block operation
17 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-bio-complete.html"><span class="phrase">trace_block_bio_complete</span></a></span><span class="refpurpose"> &#8212; 
18     completed all work on the block operation
19 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-bio-backmerge.html"><span class="phrase">trace_block_bio_backmerge</span></a></span><span class="refpurpose"> &#8212; 
20     merging block operation to the end of an existing operation
21 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-bio-frontmerge.html"><span class="phrase">trace_block_bio_frontmerge</span></a></span><span class="refpurpose"> &#8212; 
22     merging block operation to the beginning of an existing operation
23 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-bio-queue.html"><span class="phrase">trace_block_bio_queue</span></a></span><span class="refpurpose"> &#8212; 
24     putting new block IO operation in queue
25 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-getrq.html"><span class="phrase">trace_block_getrq</span></a></span><span class="refpurpose"> &#8212; 
26     get a free request entry in queue for block IO operations
27 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-sleeprq.html"><span class="phrase">trace_block_sleeprq</span></a></span><span class="refpurpose"> &#8212; 
28     waiting to get a free request entry in queue for block IO operation
29 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-plug.html"><span class="phrase">trace_block_plug</span></a></span><span class="refpurpose"> &#8212; 
30     keep operations requests in request queue
31 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-unplug.html"><span class="phrase">trace_block_unplug</span></a></span><span class="refpurpose"> &#8212; 
32     release of operations requests in request queue
33 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-split.html"><span class="phrase">trace_block_split</span></a></span><span class="refpurpose"> &#8212; 
34     split a single bio struct into two bio structs
35 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-bio-remap.html"><span class="phrase">trace_block_bio_remap</span></a></span><span class="refpurpose"> &#8212; 
36     map request for a logical device to the raw device
37 </span></dt><dt><span class="refentrytitle"><a href="API-trace-block-rq-remap.html"><span class="phrase">trace_block_rq_remap</span></a></span><span class="refpurpose"> &#8212; 
38     map request for a block operation request
39 </span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-trace-signal-deliver.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="API-trace-block-touch-buffer.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">trace_signal_deliver</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">trace_block_touch_buffer</span></td></tr></table></div></body></html>
40