Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ brelse
Function
brelse
Ext4Fsd/include/linux/module.h:945–949 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
943
}
944
945
static inline void brelse(struct buffer_head *bh)
946
{
947
if (bh)
948
__brelse(bh);
949
}
950
951
static inline void fini_bh(struct buffer_head **bh)
952
{
Callers
15
Ext2NewInode
Function · 0.85
Ext2SetFileType
Function · 0.85
Ext2RemoveEntry
Function · 0.85
dx_probe
Function · 0.85
dx_release
Function · 0.85
ext3_htree_next_block
Function · 0.85
htree_dirblock_to_tree
Function · 0.85
ext3_dx_find_entry
Function · 0.85
ext3_dx_add_entry
Function · 0.85
do_split
Function · 0.85
make_indexed_dir
Function · 0.85
ext3_add_entry
Function · 0.85
Calls
1
__brelse
Function · 0.85
Tested by
no test coverage detected