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

NAME

6       bio_clone_bioset - clone a bio
7

SYNOPSIS

9       struct bio * bio_clone_bioset(struct bio * bio, gfp_t gfp_mask,
10                                     struct bio_set * bs);
11

ARGUMENTS

13       bio
14           bio to clone
15
16       gfp_mask
17           allocation priority
18
19       bs
20           bio_set to allocate from
21

DESCRIPTION

23       Like __bio_clone, only also allocates the returned bio
24
26Kernel Hackers Manual 3.10         June 2019               BIO_CLONE_BIOSET(9)
Impressum