table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| BIO_CLONE_BIOSET(9) | The Linux VFS | BIO_CLONE_BIOSET(9) |
NAME¶
bio_clone_bioset - clone a bioSYNOPSIS¶
struct bio *
bio_clone_bioset(struct bio * bio_src,
gfp_t gfp_mask,
struct bio_set * bs);
ARGUMENTS¶
bio_srcbio to clone
gfp_mask
allocation priority
bs
bio_set to allocate from
DESCRIPTION¶
Clone bio. Caller will own the returned bio, but not the actual data it points to. Reference count of returned bio will be one.COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 4.9. |