Searched refs:jbd2_revoke_record_cache (Results 1 – 1 of 1) sorted by relevance
97 static struct kmem_cache *jbd2_revoke_record_cache; variable151 record = kmem_cache_alloc(jbd2_revoke_record_cache, GFP_NOFS); in insert_revoke_hash()196 if (jbd2_revoke_record_cache) { in jbd2_journal_destroy_revoke_caches()197 kmem_cache_destroy(jbd2_revoke_record_cache); in jbd2_journal_destroy_revoke_caches()198 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_caches()208 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_caches()211 jbd2_revoke_record_cache = kmem_cache_create("jbd2_revoke_record", in jbd2_journal_init_revoke_caches()216 if (!jbd2_revoke_record_cache) in jbd2_journal_init_revoke_caches()458 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke()565 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records()[all …]