1__BIO_CLONE(9) The Linux VFS __BIO_CLONE(9)
23
4
NAME
6__bio_clone - clone a bio
7
SYNOPSIS
9void __bio_clone(struct bio * bio, struct bio * bio_src);
10
ARGUMENTS
12bio
13destination bio
1415
bio_src
16bio to clone
17
DESCRIPTION
19Clone a bio. Caller will own the returned bio, but not the actual data
20it points to. Reference count of returned bio will be one.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 __BIO_CLONE(9)