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

Function sb_find_get_block

Ext4Fsd/include/linux/module.h:990–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990static inline struct buffer_head *
991 sb_find_get_block(struct super_block *sb, sector_t block)
992{
993 return __find_get_block(sb->s_bdev, block, sb->s_blocksize);
994}
995
996static inline void
997map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block)

Callers

nothing calls this directly

Calls 1

__find_get_blockFunction · 0.85

Tested by

no test coverage detected