'\" t .\" Title: __bio_clone_fast .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "__BIO_CLONE_FAST" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" __bio_clone_fast \- clone a bio that shares the original bio\*(Aqs biovec .SH "SYNOPSIS" .HP \w'void\ __bio_clone_fast('u .BI "void __bio_clone_fast(struct\ bio\ *\ " "bio" ", struct\ bio\ *\ " "bio_src" ");" .SH "ARGUMENTS" .PP \fIbio\fR .RS 4 destination bio .RE .PP \fIbio_src\fR .RS 4 bio to clone .RE .SH "DESCRIPTION" .PP Clone a bio\&. Caller will own the returned bio, but not the actual data it points to\&. Reference count of returned bio will be one\&. .PP Caller must ensure that \fIbio_src\fR is not freed before \fIbio\fR\&. .SH "COPYRIGHT" .br