__bio_clone - clone a bio
"void __bio_clone(struct bio * " "bio" ", struct bio * " "bio_src" ");"
bio
destination biobio_srcbio to clone
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.