Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:00:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__filemap_fdatawrite_range - start writeback on mapping dirty pages in range*@mapping: address space structure to write*@start: offset in bytes where the range starts*@end: offset in bytes where the range ends (inclusive)*@sync_mode: enable synchronous
Proto:int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, loff_t end, int sync_mode)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
loff_t | start | |
loff_t | end | |
int | sync_mode |
416 | If Not mapping_cap_writeback_dirty(mapping) || Not Returns true if any of the pages in the mapping are marked with the tag. Then Return 0 |
420 | wbc_attach_fdatawrite_inode( & wbc, host) |
421 | ret = do_writepages(mapping, & wbc) |
422 | wbc_detach_inode( & wbc) |
423 | Return ret |
Name | Describe |
---|---|
__filemap_fdatawrite | |
filemap_fdatawrite_range | |
filemap_write_and_wait_range | lemap_write_and_wait_range - write out & wait on a file range*@mapping: the address_space for the pages*@lstart: offset in bytes where the range starts*@lend: offset in bytes where the range ends (inclusive) |
file_write_and_wait_range | le_write_and_wait_range - write out & wait on a file range*@file: file pointing to address_space with pages*@lstart: offset in bytes where the range starts*@lend: offset in bytes where the range ends (inclusive) |
generic_fadvise | POSIX_FADV_WILLNEED could set PG_Referenced, and POSIX_FADV_NOREUSE could* deactivate the pages and clear PG_Referenced. |
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 |