Function report |
Source Code:fs\buffer.c |
Create Date:2022-07-28 20:14:07 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sync_mapping_buffers - write out & wait upon a mapping's "associated" buffers*@mapping: the mapping which wants those buffers written* Starts I/O against the buffers at mapping->private_list, and waits upon* that I/O.
Proto:int sync_mapping_buffers(struct address_space *mapping)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping |
558 | buffer_mapping = private_data |
560 | If buffer_mapping == NULL || list_empty - tests whether a list is empty*@head: the list to test. Then Return 0 |
563 | Return fsync_buffers_list( & private_lock, & private_list) |
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 |