Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ get_bh
Function
get_bh
Ext4Fsd/include/linux/module.h:934–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
932
#endif
933
934
static inline void get_bh(struct buffer_head *bh)
935
{
936
atomic_inc(&bh->b_count);
937
}
938
939
static inline void put_bh(struct buffer_head *bh)
940
{
Callers
8
get_block_bh_mdl
Function · 0.85
get_block_bh_pin
Function · 0.85
ll_rw_block
Function · 0.85
sync_dirty_buffer
Function · 0.85
journal_add_journal_head
Function · 0.85
__journal_remove_journal_head
Function · 0.85
jbd2_write_superblock
Function · 0.85
jbd2_journal_add_journal_head
Function · 0.85
Calls
1
atomic_inc
Function · 0.85
Tested by
no test coverage detected