MCPcopy 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
759int 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_blockFunction · 0.85
sync_dirty_bufferFunction · 0.85
jbd2_write_superblockFunction · 0.85

Calls 2

submit_bh_mdlFunction · 0.85
submit_bh_pinFunction · 0.85

Tested by

no test coverage detected