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:mark_buffer_dirty_inode
Proto:void mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct buffer_head * | bh | |
struct inode * | inode |
591 | If Not private_data Then |
592 | private_data = buffer_mapping |
593 | Else |
594 | BUG_ON(private_data != buffer_mapping) |
596 | If Not mapping this buffer is associated with Then |
597 | spin_lock( & private_lock) |
601 | spin_unlock( & private_lock) |
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 |