Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:29 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Read a page's worth of file data into the page cache.
Proto:static struct page *vfs_dedupe_get_page(struct inode *inode, loff_t offset)
Type:struct page
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
loff_t | offset |
1817 | page = read_mapping_page(i_mapping, offset >> PAGE_SHIFT determines the page size , NULL) |
1820 | If Not PageUptodate(page) Then |
1824 | Return page |
Name | Describe |
---|---|
vfs_dedupe_file_range_compare | Compare extents of two files to see if they are the same.* Caller must have locked both inodes to prevent write races. |
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 |