.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "__BIO_CLONE" "" "06 October 2005" "" ""
.SH NAME
__bio_clone \- clone a bio
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __bio_clone (struct bio * \fIbio\fB, struct bio * \fIbio_src\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbio\fB\fR
destination bio
.TP
\fB\fIbio_src\fB\fR
bio to clone
.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.