Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ journal_destroy_handle_cache
Function
journal_destroy_handle_cache
Ext4Fsd/jbd/replay.c:1599–1603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1597
}
1598
1599
static void journal_destroy_handle_cache(void)
1600
{
1601
if (jbd_handle_cache)
1602
kmem_cache_destroy(jbd_handle_cache);
1603
}
1604
1605
/*
1606
* Module startup and shutdown
Callers
1
journal_destroy_caches
Function · 0.85
Calls
1
kmem_cache_destroy
Function · 0.85
Tested by
no test coverage detected