Query: bio_copy_data
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BIO_COPY_DATA(9) The Linux VFS BIO_COPY_DATA(9)NAMEbio_copy_data - copy contents of data buffers from one chain of bios to anotherSYNOPSISvoid bio_copy_data(struct bio * dst, struct bio * src);ARGUMENTSdst destination bio list src source bio listDESCRIPTIONIf 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).COPYRIGHTKernel Hackers Manual 3.10 June 2014 BIO_COPY_DATA(9)
Related Man Pages |
---|
bio_alloc_bioset(9) - centos |
mlib_imagedilate4(3mlib) - sunos |
mlib_imagedivalpha(3mlib) - sunos |
mlib_imageerode4(3mlib) - sunos |
mlib_imagedilate4(3mlib) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Set hard block limit for user using quota |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |