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:Wait for writeback on an inode to complete. Called with i_lock held.* Caller must make sure inode cannot go away when we drop i_lock.
Proto:static void __inode_wait_for_writeback(struct inode *inode)__releases(inode->i_lock) __acquires(inode->i_lock)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
1330 | wqh = bit_waitqueue( & Misc , Writeback of inode is running) |
1331 | When Misc & Writeback of inode is running cycle |
1332 | spin_unlock( & _blocks, i_bytes, maybe i_size ) |
1335 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
Name | Describe |
---|---|
inode_wait_for_writeback | Wait for writeback on an inode to complete. Caller must have inode pinned. |
writeback_single_inode | Write out an inode's dirty pages. Either the caller has an active reference* on the inode or the inode has I_WILL_FREE set.* This function is designed to be called for writing back one inode which* we go e |
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 |