bio_clone_fast (9) - Linux Manuals

bio_clone_fast: clone a bio that shares the original bio's biovec

NAME

bio_clone_fast - clone a bio that shares the original bio's biovec

SYNOPSIS

struct bio * bio_clone_fast(struct bio bio, gfp_t gfp_mask, struct bio_set bs);

ARGUMENTS

bio

bio to clone

gfp_mask

allocation priority

bs

bio_set to allocate from

DESCRIPTION

Like __bio_clone_fast, only also allocates the returned bio

COPYRIGHT