Function report |
Source Code:mm\cleancache.c |
Create Date:2022-07-28 16:24:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:"Put" data from a page to cleancache and associate it with the* (previously-obtained per-filesystem) poolid and the page's,* inode and page index. Page must be locked. Note that a put_page
Proto:void __cleancache_put_page(struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
218 | struct cleancache_filekey key = {key = {0}} |
221 | cleancache_puts++ |
222 | Return |
225 | VM_BUG_ON_PAGE(!PageLocked(page), page) |
226 | pool_id = cleancache_poolid |
229 | put_page(pool_id, key, Our offset within mapping. , page) |
230 | cleancache_puts++ |
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 |