函数逻辑报告 |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-29 11:07:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:iomap_can_add_to_ioend
函数原型:static bool iomap_can_add_to_ioend(struct iomap_writepage_ctx *wpc, loff_t offset, sector_t sector)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct iomap_writepage_ctx * | wpc | |
loff_t | offset | |
sector_t | sector |
1346 | 如果 flags for mapping 按位与IOMAP_F_SHARED的值不等于IOMAP_F_* 按位与IOMAP_F_SHARED的值则返回:false |
1349 | 如果 type of mapping 不等于io_type则返回:false |
1351 | 如果offset不等于ffset in the file 加size of the extent 则返回:false |
1353 | 如果sector不等于bio_end_sector( being built )则返回:false |
1355 | 返回:true |
名称 | 描述 |
---|---|
iomap_add_to_ioend | Test to see if we have an existing ioend structure that we could append to* first, otherwise finish off the current ioend and start another. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |