函数逻辑报告 |
Source Code:include\linux\bvec.h |
Create Date:2022-07-27 06:44:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bvec_iter_advance
函数原型:static inline bool bvec_iter_advance(const struct bio_vec *bv, struct bvec_iter *iter, unsigned bytes)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct bio_vec * | bv | |
struct bvec_iter * | iter | |
unsigned | bytes |
92 | 如果WARN_ONCE(bytes > residual I/O count , "Attempted to advance past end of bvec iter\n")则 |
94 | residual I/O count 等于0 |
95 | 返回:false |
98 | residual I/O count 减等于bytes |
108 | 返回:true |
名称 | 描述 |
---|---|
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 |
bio_advance_iter |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |