MCPcopy 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
945static inline void brelse(struct buffer_head *bh)
946{
947 if (bh)
948 __brelse(bh);
949}
950
951static inline void fini_bh(struct buffer_head **bh)
952{

Callers 15

Ext2NewInodeFunction · 0.85
Ext2SetFileTypeFunction · 0.85
Ext2RemoveEntryFunction · 0.85
dx_probeFunction · 0.85
dx_releaseFunction · 0.85
ext3_htree_next_blockFunction · 0.85
htree_dirblock_to_treeFunction · 0.85
ext3_dx_find_entryFunction · 0.85
ext3_dx_add_entryFunction · 0.85
do_splitFunction · 0.85
make_indexed_dirFunction · 0.85
ext3_add_entryFunction · 0.85

Calls 1

__brelseFunction · 0.85

Tested by

no test coverage detected