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

Function sb_getblk_zero

Ext4Fsd/include/linux/module.h:971–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971static inline struct buffer_head *
972 sb_getblk_zero(struct super_block *sb, sector_t block)
973{
974 return get_block_bh(sb->s_bdev, block, sb->s_blocksize, 1);
975}
976
977static inline struct buffer_head *
978 sb_bread(struct super_block *sb, sector_t block)

Callers 6

Ext2SaveBlockFunction · 0.85
Ext2ZeroBufferFunction · 0.85
Ext2SaveBufferFunction · 0.85
Ext2NewBlockFunction · 0.85
Ext2NewInodeFunction · 0.85
extents_bwriteFunction · 0.85

Calls 1

get_block_bhFunction · 0.85

Tested by

no test coverage detected