函数逻辑报告 |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-29 11:07:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:We can merge two adjacent ioends if they have the same set of work to do.
函数原型:static bool iomap_ioend_can_merge(struct iomap_ioend *ioend, struct iomap_ioend *next)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct iomap_ioend * | ioend | |
struct iomap_ioend * | next |
1200 | 如果IOMAP_F_* 按位与IOMAP_F_SHARED按位异或IOMAP_F_* 按位与IOMAP_F_SHARED则返回:false |
1203 | 如果io_type恒等于locks allocated at @addr in unwritten state 按位异或io_type恒等于locks allocated at @addr in unwritten state 则返回:false |
1206 | 如果ffset in the file 加size of the extent 不等于ffset in the file 则返回:false |
1208 | 返回:true |
名称 | 描述 |
---|---|
iomap_ioend_try_merge |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |