Function report |
Source Code:mm\swap.c |
Create Date:2022-07-28 14:13:44 |
Last Modify:2022-05-23 13:40:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:unsigned pagevec_lookup_range(struct pagevec *pvec, struct address_space *mapping, unsigned long *start, unsigned long end)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
struct pagevec * | pvec | |
struct address_space * | mapping | |
unsigned long * | start | |
unsigned long | end |
1065 | Return pagevec_count(pvec) |
Name | Describe |
---|---|
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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |