__BIO_CLONE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
__bio_clone - clone a bio
SYNOPSIS
"SYNOPSIS"
void __bio_clone (struct bio * bio, struct bio * bio_src);
ARGUMENTS
- bio
-
destination bio
- bio_src
-
bio to clone
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:51 GMT, October 09, 2005