MCPcopy 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
934static inline void get_bh(struct buffer_head *bh)
935{
936 atomic_inc(&bh->b_count);
937}
938
939static inline void put_bh(struct buffer_head *bh)
940{

Callers 8

get_block_bh_mdlFunction · 0.85
get_block_bh_pinFunction · 0.85
ll_rw_blockFunction · 0.85
sync_dirty_bufferFunction · 0.85
journal_add_journal_headFunction · 0.85
jbd2_write_superblockFunction · 0.85

Calls 1

atomic_incFunction · 0.85

Tested by

no test coverage detected