Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:00:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lemap_range_has_page - check if a page exists in range
Proto:bool filemap_range_has_page(struct address_space *mapping, loff_t start_byte, loff_t end_byte)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
loff_t | start_byte | |
loff_t | end_byte |
479 | If end_byte < start_byte Then Return false |
483 | cycle |
488 | If xa_is_value() - Determine if an entry is a value.*@entry: XArray entry.* Context: Any context.* Return: True if the entry is a value, false if it is a pointer. Then Continue |
495 | Break |
499 | Return page != NULL |
Name | Describe |
---|---|
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 |
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 |