函数逻辑报告 |
Source Code:mm\filemap.c |
Create Date:2022-07-27 15:23:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lemap_range_has_page - check if a page exists in range
函数原型:bool filemap_range_has_page(struct address_space *mapping, loff_t start_byte, loff_t end_byte)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct address_space * | mapping | |
loff_t | start_byte | |
loff_t | end_byte |
479 | 如果end_byte小于start_byte则返回:false |
483 | 循环 |
495 | 退出 |
499 | 返回:page != NULL |
名称 | 描述 |
---|---|
generic_file_read_iter | generic_file_read_iter - generic filesystem read routine*@iocb: kernel I/O control block*@iter: destination for the data read* This is the "read_iter()" routine for all filesystems* that can use the page cache directly |
generic_file_direct_write | |
iomap_dio_rw | map_dio_rw() always completes O_[D]SYNC writes regardless of whether the IO* is being issued as AIO or not. This allows us to optimise pure data writes* to use REQ_FUA rather than requiring generic_write_sync() to issue a* REQ_FLUSH post write |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |