MCPcopy 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
874int bh_submit_read(struct buffer_head *bh)
875{
876 ll_rw_block(READ, 1, &bh);
877 return 0;
878}
879
880int sync_dirty_buffer(struct buffer_head *bh)
881{

Callers 9

Ext2LoadBlockFunction · 0.85
Ext2LoadBufferFunction · 0.85
Ext2ZeroBufferFunction · 0.85
Ext2SaveBufferFunction · 0.85
Ext2NewBlockFunction · 0.85
Ext2NewInodeFunction · 0.85
Ext2FreeInodeFunction · 0.85
ext3_breadFunction · 0.85
sb_breadFunction · 0.85

Calls 1

ll_rw_blockFunction · 0.85

Tested by

no test coverage detected