Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\iov_iter.c Create Date:2022-07-28 06:22:43
Last Modify:2022-05-21 11:43:54 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:iov_iter_bvec

Proto:void iov_iter_bvec(struct iov_iter *i, unsigned int direction, const struct bio_vec *bvec, unsigned long nr_segs, size_t count)

Type:void

Parameter:

TypeParameterName
struct iov_iter *i
unsigned intdirection
const struct bio_vec *bvec
unsigned longnr_segs
size_tcount
1181  WARN_ON(direction & ~(generic data direction definitions | WRITE))
1182  * Bit 0 is the read/write bit, set if we're writing. * Bit 1 is the BVEC_FLAG_NO_REF bit, set if type is a bvec and * the caller isn't expecting to drop a page reference when done. = ITER_BVEC | direction & (generic data direction definitions | WRITE)
1183  bvec = bvec
1184  nr_segs = nr_segs
1185  iov_offset = 0
1186  count = count
Caller
NameDescribe
io_import_fixed