Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
void 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
428
struct buffer_head *
429
get_block_bh_mdl(
Callers
2
Ext2QueryUnusedBH
Function · 0.85
Ext2DropBH
Function · 0.85
Calls
1
rb_erase
Function · 0.85
Tested by
no test coverage detected