__bio_clone(9)

NAME

__bio_clone - clone a bio

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.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout