1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>__bio_clone_fast</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Filesystems API"><link rel="up" href="other_functions.html" title="Other Functions"><link rel="prev" href="API-bio-put.html" title="bio_put"><link rel="next" href="API-bio-clone-fast.html" title="bio_clone_fast"></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">__bio_clone_fast</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-bio-put.html">Prev</a> </td><th width="60%" align="center">Other Functions</th><td width="20%" align="right"> <a accesskey="n" href="API-bio-clone-fast.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API---bio-clone-fast"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>__bio_clone_fast — 2 clone a bio that shares the original bio's biovec 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">void <b class="fsfunc">__bio_clone_fast </b>(</code></td><td>struct bio * <var class="pdparam">bio</var>, </td></tr><tr><td> </td><td>struct bio * <var class="pdparam">bio_src</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1102361292"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>bio</code></em></span></dt><dd><p> 4 destination bio 5 </p></dd><dt><span class="term"><em class="parameter"><code>bio_src</code></em></span></dt><dd><p> 6 bio to clone 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp1102363900"></a><h2>Description</h2><p> 8 Clone a <span class="structname">bio</span>. Caller will own the returned bio, but not 9 the actual data it points to. Reference count of returned 10 bio will be one. 11 </p><p> 12 13 Caller must ensure that <em class="parameter"><code>bio_src</code></em> is not freed before <em class="parameter"><code>bio</code></em>. 14</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-bio-put.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="other_functions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-bio-clone-fast.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">bio_put</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">bio_clone_fast</span></td></tr></table></div></body></html> 15