.\" 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
struct bio * bio_clone (struct bio * \fIbio\fB, int \fIgfp_mask\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbio\fB\fR
bio to clone
.TP
\fB\fIgfp_mask\fB\fR
allocation priority
.SH "DESCRIPTION"
.PP
Like __bio_clone, only also allocates the returned bio