Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
959
static inline void bforget(struct buffer_head *bh)
960
{
961
if (bh)
962
__bforget(bh);
963
}
964
965
static inline struct buffer_head *
966
sb_getblk(struct super_block *sb, sector_t block)
Callers
1
extents_bforget
Function · 0.85
Calls
1
__bforget
Function · 0.85
Tested by
no test coverage detected