Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ submit_bh
Function
submit_bh
Ext4Fsd/linux.c:759–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
757
}
758
759
int submit_bh(int rw, struct buffer_head *bh)
760
{
761
return submit_bh_mdl(rw, bh);
762
}
763
764
#else
765
Callers
3
ll_rw_block
Function · 0.85
sync_dirty_buffer
Function · 0.85
jbd2_write_superblock
Function · 0.85
Calls
2
submit_bh_mdl
Function · 0.85
submit_bh_pin
Function · 0.85
Tested by
no test coverage detected