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

Function bforget

Ext4Fsd/include/linux/module.h:959–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959static inline void bforget(struct buffer_head *bh)
960{
961 if (bh)
962 __bforget(bh);
963}
964
965static inline struct buffer_head *
966 sb_getblk(struct super_block *sb, sector_t block)

Callers 1

extents_bforgetFunction · 0.85

Calls 1

__bforgetFunction · 0.85

Tested by

no test coverage detected