Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ __bforget
Function
__bforget
Ext4Fsd/linux.c:825–829 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
823
824
825
void __bforget(struct buffer_head *bh)
826
{
827
clear_buffer_dirty(bh);
828
__brelse(bh);
829
}
830
831
void __lock_buffer(struct buffer_head *bh)
832
{
Callers
2
journal_forget
Function · 0.85
bforget
Function · 0.85
Calls
1
__brelse
Function · 0.85
Tested by
no test coverage detected