MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / unlock_buffer

Function unlock_buffer

Ext4Fsd/linux.c:835–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835void unlock_buffer(struct buffer_head *bh)
836{
837 clear_buffer_locked(bh);
838}
839
840void __wait_on_buffer(struct buffer_head *bh)
841{

Callers 9

submit_bh_mdlFunction · 0.85
submit_bh_pinFunction · 0.85
ll_rw_blockFunction · 0.85
sync_dirty_bufferFunction · 0.85
do_one_passFunction · 0.85
do_one_passFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected