1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>relay_file_read_start_pos</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Linux Kernel API"><link rel="up" href="relayfs.html#idp1125442764" title="relay interface"><link rel="prev" href="API-relay-file-read-subbuf-avail.html" title="relay_file_read_subbuf_avail"><link rel="next" href="API-relay-file-read-end-pos.html" title="relay_file_read_end_pos"></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"><span class="phrase">relay_file_read_start_pos</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-relay-file-read-subbuf-avail.html">Prev</a> </td><th width="60%" align="center">relay interface</th><td width="20%" align="right"> <a accesskey="n" href="API-relay-file-read-end-pos.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-relay-file-read-start-pos"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>relay_file_read_start_pos — 2 find the first available byte to read 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">size_t <b class="fsfunc">relay_file_read_start_pos </b>(</code></td><td>size_t <var class="pdparam">read_pos</var>, </td></tr><tr><td> </td><td>struct rchan_buf * <var class="pdparam">buf</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1125650396"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>read_pos</code></em></span></dt><dd><p> 4 file read position 5 </p></dd><dt><span class="term"><em class="parameter"><code>buf</code></em></span></dt><dd><p> 6 relay channel buffer 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp1125652980"></a><h2>Description</h2><p> 8 If the <em class="parameter"><code>read_pos</code></em> is in the middle of padding, return the 9 position of the first actually available byte, otherwise 10 return the original value. 11</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-relay-file-read-subbuf-avail.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="relayfs.html#idp1125442764">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-relay-file-read-end-pos.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">relay_file_read_subbuf_avail</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">relay_file_read_end_pos</span></td></tr></table></div></body></html> 12