bio_clone_bioset(9) centos man page | unix.com

Man Page: bio_clone_bioset

Operating Environment: centos

Section: 9

BIO_CLONE_BIOSET(9)						   The Linux VFS					       BIO_CLONE_BIOSET(9)

NAME
bio_clone_bioset - clone a bio
SYNOPSIS
struct bio * bio_clone_bioset(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, only also allocates the returned bio
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BIO_CLONE_BIOSET(9)
Related Man Pages
g_bio(9) - debian
g_new_bio(9) - debian
g_new_bio(9) - freebsd
g_alloc_bio(9) - freebsd
g_destroy_bio(9) - freebsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
Docker learning Phase-I