bioset_create(9) centos man page | unix.com

Man Page: bioset_create

Operating Environment: centos

Section: 9

BIOSET_CREATE(9)						   The Linux VFS						  BIOSET_CREATE(9)

NAME
bioset_create - Create a bio_set
SYNOPSIS
struct bio_set * bioset_create(unsigned int pool_size, unsigned int front_pad);
ARGUMENTS
pool_size Number of bio and bio_vecs to cache in the mempool front_pad Number of bytes to allocate in front of the returned bio
DESCRIPTION
Set up a bio_set to be used with bio_alloc_bioset. Allows the caller to ask for a number of bytes to be allocated in front of the bio. Front pad allocation is useful for embedding the bio inside another structure, to avoid allocating extra data to go with the bio. Note that the bio must be embedded at the END of that structure always, or things will break badly.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BIOSET_CREATE(9)
Related Man Pages
bio_alloc_bioset(9) - centos
bio_f_base64(3) - centos
bio_f_base64(3) - osx
probe::ioblock_trace.bounce(3stap) - centos
probe::ioblock_trace.end(3stap) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
Controlling user input