Function report |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-28 20:10:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:writeback_chunk_size
Proto:static long writeback_chunk_size(struct bdi_writeback *wb, struct wb_writeback_work *work)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
struct bdi_writeback * | wb | |
struct wb_writeback_work * | work |
1602 | If sync_mode == Wait on every mapping || tagged_writepages Then pages = LONG_MAX |
1604 | Else |
1607 | pages = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(pages, nr_pages) |
1612 | Return pages |
Name | Describe |
---|---|
writeback_sb_inodes | Write a portion of b_io inodes which belong to @sb.* Return the number of pages and/or inodes written.* NOTE! This is called with wb->list_lock held, and will* unlock and relock that for each inode it ends up doing* IO for. |
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 |