Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bounce.c Create Date:2022-07-28 17:32:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Simple bounce buffer support for highmem pages. Depending on the* queue gfp mask set, *to may or may not be a highmem page. kmap it* always, it will do the Right Thing

Proto:static void copy_to_high_bio_irq(struct bio *to, struct bio *from)

Type:void

Parameter:

TypeParameterName
struct bio *to
struct bio *from
142  from_iter = r iterating one bio from start to end
144  bio_for_each_segment(tovec, to, iter)
145  fromvec = bio_iter_iovec(from, from_iter)
146  If bv_page != bv_page Then
158  bio_advance_iter(from, & from_iter, bv_len)
Caller
NameDescribe
__bounce_end_io_read