Function report |
Source Code:fs\buffer.c |
Create Date:2022-07-28 20:14:08 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fsync_buffers_list
Proto:static int fsync_buffers_list(spinlock_t *lock, struct list_head *list)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
spinlock_t * | lock | |
struct list_head * | list |
718 | err = 0 |
722 | blk_start_plug( & plug) |
759 | spin_unlock(lock) |
760 | blk_finish_plug( & plug) |
770 | smp_mb() |
771 | If buffer_dirty(bh) Then |
776 | spin_unlock(lock) |
777 | wait_on_buffer(bh) |
784 | spin_unlock(lock) |
788 | Else Return err2 |
Name | Describe |
---|---|
sync_mapping_buffers | 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. |
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 |