Home
last modified time | relevance | path

Searched refs:jbd2_handle_cache (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Djbd2.h1605 extern struct kmem_cache *jbd2_handle_cache;
1613 ((handle_t *)kmem_cache_zalloc(jbd2_handle_cache, _gfp_flags))
1617 kmem_cache_free(jbd2_handle_cache, handle); in jbd2_free_handle()
/linux/fs/jbd2/
H A Djournal.c97 EXPORT_SYMBOL(jbd2_handle_cache);
2969 struct kmem_cache *jbd2_handle_cache, *jbd2_inode_cache; variable
2984 J_ASSERT(!jbd2_handle_cache); in jbd2_journal_init_handle_cache()
2985 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY); in jbd2_journal_init_handle_cache()
2986 if (!jbd2_handle_cache) { in jbd2_journal_init_handle_cache()
3001 kmem_cache_destroy(jbd2_handle_cache); in jbd2_journal_destroy_handle_cache()
3002 jbd2_handle_cache = NULL; in jbd2_journal_destroy_handle_cache()