Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ unlock_buffer
Function
unlock_buffer
Ext4Fsd/linux.c:835–838 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
}
834
835
void unlock_buffer(struct buffer_head *bh)
836
{
837
clear_buffer_locked(bh);
838
}
839
840
void __wait_on_buffer(struct buffer_head *bh)
841
{
Callers
9
submit_bh_mdl
Function · 0.85
submit_bh_pin
Function · 0.85
ll_rw_block
Function · 0.85
sync_dirty_buffer
Function · 0.85
do_one_pass
Function · 0.85
journal_get_descriptor_buffer
Function · 0.85
do_one_pass
Function · 0.85
jbd2_journal_get_descriptor_buffer
Function · 0.85
ext4_xattr_block_csum_verify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected