table of contents
other versions
BIO_CLONE_FAST(9) | The Linux VFS | BIO_CLONE_FAST(9) |
NAME¶
bio_clone_fast - clone a bio that shares the original bio's biovecSYNOPSIS¶
struct bio * bio_clone_fast(struct bio * bio, gfp_t gfp_mask, struct bio_set * bs);
ARGUMENTS¶
struct bio * biobio to clone
gfp_t gfp_mask
allocation priority
struct bio_set * bs
bio_set to allocate from
DESCRIPTION¶
Like __bio_clone_fast, only also allocates the returned bioCOPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |