函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:31:44 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_trim - trim a bio*@bio: bio to trim*@offset: number of sectors to trim from the front of @bio*@size: size we want to trim @bio to, in sectors
函数原型:void bio_trim(struct bio *bio, int offset, int size)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
int | offset | |
int | size |
1928 | size左移等于9位 |
1929 | 如果offset恒等于0且size恒等于 residual I/O count 则返回 |
1933 | residual I/O count 等于size |
1935 | 如果bio_integrity(bio)则bio_integrity_trim(bio) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |