Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ ext2_destroy_bh
Function
ext2_destroy_bh
Ext4Fsd/linux.c:316–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
void
317
ext2_destroy_bh()
318
{
319
if (g_jbh.bh_cache) {
320
kmem_cache_destroy(g_jbh.bh_cache);
321
g_jbh.bh_cache = NULL;
322
}
323
}
324
325
struct buffer_head *
326
new_buffer_head()
Callers
1
ext2_destroy_linux
Function · 0.85
Calls
1
kmem_cache_destroy
Function · 0.85
Tested by
no test coverage detected