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

Function sb_getblk

Ext4Fsd/include/linux/module.h:965–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965static inline struct buffer_head *
966 sb_getblk(struct super_block *sb, sector_t block)
967{
968 return get_block_bh(sb->s_bdev, block, sb->s_blocksize, 0);
969}
970
971static inline struct buffer_head *
972 sb_getblk_zero(struct super_block *sb, sector_t block)

Callers 11

Ext2CheckSetBlockFunction · 0.85
Ext2LoadGroupBHFunction · 0.85
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
extents_breadFunction · 0.85

Calls 1

get_block_bhFunction · 0.85

Tested by

no test coverage detected