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:Invalidate any and all dirty buffers on a given inode. We are* probably unmounting the fs, but that doesn't mean we have already* done a sync(). Just drop the buffers from the inode list.* NOTE: we take the inode's blockdev's mapping's private_lock. Which
Proto:void invalidate_inode_buffers(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
803 | If inode_has_buffers(inode) Then |
805 | list = private_list |
806 | buffer_mapping = private_data |
808 | spin_lock( & private_lock) |
811 | spin_unlock( & private_lock) |
Name | Describe |
---|---|
bdev_evict_inode |
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 |