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

Function __getblk

Ext4Fsd/linux.c:783–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781#endif
782
783struct buffer_head *
784__getblk(
785 struct block_device * bdev,
786 sector_t block,
787 unsigned long size
788)
789{
790 return get_block_bh(bdev, block, size, 0);
791}
792
793void __brelse(struct buffer_head *bh)
794{

Callers 12

__find_get_blockFunction · 0.85
do_readaheadFunction · 0.85
jreadFunction · 0.85
do_one_passFunction · 0.85
journal_init_inodeFunction · 0.85
do_readaheadFunction · 0.85
jreadFunction · 0.85
do_one_passFunction · 0.85
journal_init_commonFunction · 0.85
sb_breadFunction · 0.85

Calls 1

get_block_bhFunction · 0.85

Tested by

no test coverage detected