Home
last modified time | relevance | path

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

/linux/include/linux/
A Djbd2.h1599 extern struct kmem_cache *jbd2_handle_cache;
1603 return kmem_cache_zalloc(jbd2_handle_cache, gfp_flags); in jbd2_alloc_handle()
1608 kmem_cache_free(jbd2_handle_cache, handle); in jbd2_free_handle()
/linux/fs/jbd2/
A Djournal.c3094 struct kmem_cache *jbd2_handle_cache, *jbd2_inode_cache; variable
3109 J_ASSERT(!jbd2_handle_cache); in jbd2_journal_init_handle_cache()
3110 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY); in jbd2_journal_init_handle_cache()
3111 if (!jbd2_handle_cache) { in jbd2_journal_init_handle_cache()
3126 kmem_cache_destroy(jbd2_handle_cache); in jbd2_journal_destroy_handle_cache()
3127 jbd2_handle_cache = NULL; in jbd2_journal_destroy_handle_cache()
/linux/
A DSystem.map161279 ffff80001212da90 B jbd2_handle_cache
A D.tmp_System.map161279 ffff80001212da90 B jbd2_handle_cache

Completed in 354 milliseconds