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

Function buffer_head_remove

Ext4Fsd/linux.c:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void buffer_head_remove(struct block_device *bdev, struct buffer_head *bh)
424{
425 rb_erase(&bh->b_rb_node, &bdev->bd_bh_root);
426}
427
428struct buffer_head *
429get_block_bh_mdl(

Callers 2

Ext2QueryUnusedBHFunction · 0.85
Ext2DropBHFunction · 0.85

Calls 1

rb_eraseFunction · 0.85

Tested by

no test coverage detected