Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ bh_submit_read
Function
bh_submit_read
Ext4Fsd/linux.c:874–878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
872
}
873
874
int bh_submit_read(struct buffer_head *bh)
875
{
876
ll_rw_block(READ, 1, &bh);
877
return 0;
878
}
879
880
int sync_dirty_buffer(struct buffer_head *bh)
881
{
Callers
9
Ext2LoadBlock
Function · 0.85
Ext2LoadBuffer
Function · 0.85
Ext2ZeroBuffer
Function · 0.85
Ext2SaveBuffer
Function · 0.85
Ext2NewBlock
Function · 0.85
Ext2NewInode
Function · 0.85
Ext2FreeInode
Function · 0.85
ext3_bread
Function · 0.85
sb_bread
Function · 0.85
Calls
1
ll_rw_block
Function · 0.85
Tested by
no test coverage detected