centos man page for bio_copy_data

Query: bio_copy_data

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BIO_COPY_DATA(9)						   The Linux VFS						  BIO_COPY_DATA(9)

NAME
bio_copy_data - copy contents of data buffers from one chain of bios to another
SYNOPSIS
void bio_copy_data(struct bio * dst, struct bio * src);
ARGUMENTS
dst destination bio list src source bio list
DESCRIPTION
If src and dst are single bios, bi_next must be NULL - otherwise, treats src and dst as linked lists of bios. Stops when it reaches the end of either src or dst - that is, copies min(src->bi_size, dst->bi_size) bytes (or the equivalent for lists of bios).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BIO_COPY_DATA(9)
Related Man Pages
mlib_imagedivalpha(3mlib) - sunos
mlib_signalemphasize_f32_f32(3mlib) - sunos
mlib_signalemphasize_s16_s16_sat(3mlib) - sunos
mlib_imagedivalpha(3mlib) - opensolaris
mlib_imageerode4(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it