1__BIO_CLONE(9)                   The Linux VFS                  __BIO_CLONE(9)
2
3
4

NAME

6       __bio_clone - clone a bio
7

SYNOPSIS

9       void __bio_clone(struct bio * bio, struct bio * bio_src);
10

ARGUMENTS

12       bio
13           destination bio
14
15       bio_src
16           bio to clone
17

DESCRIPTION

19       Clone a bio. Caller will own the returned bio, but not the actual data
20       it points to. Reference count of returned bio will be one.
21
23Kernel Hackers Manual 3.10         June 2019                    __BIO_CLONE(9)
Impressum