MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / get_block_bh

Function get_block_bh

Ext4Fsd/linux.c:748–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746#if 0
747
748struct buffer_head *
749get_block_bh(
750 struct block_device * bdev,
751 sector_t block,
752 unsigned long size,
753 int zero
754)
755{
756 return get_block_bh_mdl(bdev, block, size, zero);
757}
758
759int submit_bh(int rw, struct buffer_head *bh)
760{

Callers 3

__getblkFunction · 0.85
sb_getblkFunction · 0.85
sb_getblk_zeroFunction · 0.85

Calls 2

get_block_bh_mdlFunction · 0.85
get_block_bh_pinFunction · 0.85

Tested by

no test coverage detected