Searched refs:g_jbh (Results 1 – 1 of 1) sorted by relevance
297 } g_jbh = {NULL, ATOMIC_INIT(0)}; variable302 g_jbh.bh_count.counter = 0; in ext2_init_bh()303 g_jbh.bh_acount.counter = 0; in ext2_init_bh()304 g_jbh.bh_cache = kmem_cache_create( in ext2_init_bh()310 if (g_jbh.bh_cache == NULL) { in ext2_init_bh()320 if (g_jbh.bh_cache) { in ext2_destroy_bh()321 kmem_cache_destroy(g_jbh.bh_cache); in ext2_destroy_bh()322 g_jbh.bh_cache = NULL; in ext2_destroy_bh()332 atomic_inc(&g_jbh.bh_count); in new_buffer_head()333 atomic_inc(&g_jbh.bh_acount); in new_buffer_head()[all …]