函数逻辑报告 |
Source Code:mm\swap.c |
Create Date:2022-07-27 15:37:29 |
Last Modify:2022-05-23 13:40:24 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pagevec_lookup_range - gang pagecache lookup*@pvec: Where the resulting pages are placed*@mapping: The address_space to search*@start: The starting page index*@end: The final page index* pagevec_lookup_range() will search for & return a group of up to
函数原型:unsigned pagevec_lookup_range(struct pagevec *pvec, struct address_space *mapping, unsigned long *start, unsigned long end)
返回类型:unsigned
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pagevec * | pvec | |
struct address_space * | mapping | |
unsigned long * | start | |
unsigned long | end |
1065 | 返回:pagevec_count(pvec) |
名称 | 描述 |
---|---|
page_cache_seek_hole_data | Seek for SEEK_DATA / SEEK_HOLE in the page cache.* Within unwritten extents, the page cache determines which parts are holes* and which are data: uptodate buffer heads count as data; everything else* counts as a hole. |
clean_bdev_aliases | lean_bdev_aliases: clean a range of buffers in block device*@bdev: Block device to clean buffers in*@block: Start of a range of blocks to clean*@len: Number of blocks to clean* We are taking a range of blocks for data and we don't want writeback of any* |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |