MCPcopy 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
316void
317ext2_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
325struct buffer_head *
326new_buffer_head()

Callers 1

ext2_destroy_linuxFunction · 0.85

Calls 1

kmem_cache_destroyFunction · 0.85

Tested by

no test coverage detected