1BIO_CLONE_BIOSET(9) The Linux VFS BIO_CLONE_BIOSET(9)
23
4
NAME
6bio_clone_bioset - clone a bio
7
SYNOPSIS
9struct bio * bio_clone_bioset(struct bio * bio, gfp_t gfp_mask,
10struct bio_set * bs);
11
ARGUMENTS
13bio
14bio to clone
1516
gfp_mask
17allocation priority
1819
bs
20bio_set to allocate from
21
DESCRIPTION
23Like __bio_clone, only also allocates the returned bio
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 BIO_CLONE_BIOSET(9)