Function report |
Source Code:include\linux\bvec.h |
Create Date:2022-07-28 05:43:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bvec_iter_advance
Proto:static inline bool bvec_iter_advance(const struct bio_vec *bv, struct bvec_iter *iter, unsigned bytes)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct bio_vec * | bv | |
struct bvec_iter * | iter | |
unsigned | bytes |
92 | If WARN_ONCE(bytes > residual I/O count , "Attempted to advance past end of bvec iter\n") Then |
94 | residual I/O count = 0 |
95 | Return false |
98 | residual I/O count -= bytes |
108 | Return true |
Name | Describe |
---|---|
bio_integrity_advance | _integrity_advance - Advance integrity vector*@bio: bio whose integrity vector to update*@bytes_done: number of data bytes that have been completed* Description: This function calculates how many integrity bytes the* number of completed data bytes |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |