Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drevoke.c97 static lkmem_cache_t *jbd2_revoke_record_cache; variable
148 record = kmem_cache_alloc(jbd2_revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
193 if (jbd2_revoke_record_cache) { in journal_destroy_revoke_caches()
194 kmem_cache_destroy(jbd2_revoke_record_cache); in journal_destroy_revoke_caches()
195 jbd2_revoke_record_cache = NULL; in journal_destroy_revoke_caches()
205 J_ASSERT(!jbd2_revoke_record_cache); in journal_init_revoke_caches()
208 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in journal_init_revoke_caches()
210 if (!jbd2_revoke_record_cache) in journal_init_revoke_caches()
451 kmem_cache_free(jbd2_revoke_record_cache, record); in journal_cancel_revoke()
559 kmem_cache_free(jbd2_revoke_record_cache, record); in journal_write_revoke_records()
[all …]
/external/e2fsprogs/debugfs/
Drevoke.c97 static lkmem_cache_t *jbd2_revoke_record_cache; variable
148 record = kmem_cache_alloc(jbd2_revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
193 if (jbd2_revoke_record_cache) { in journal_destroy_revoke_caches()
194 kmem_cache_destroy(jbd2_revoke_record_cache); in journal_destroy_revoke_caches()
195 jbd2_revoke_record_cache = NULL; in journal_destroy_revoke_caches()
205 J_ASSERT(!jbd2_revoke_record_cache); in journal_init_revoke_caches()
208 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in journal_init_revoke_caches()
210 if (!jbd2_revoke_record_cache) in journal_init_revoke_caches()
451 kmem_cache_free(jbd2_revoke_record_cache, record); in journal_cancel_revoke()
559 kmem_cache_free(jbd2_revoke_record_cache, record); in journal_write_revoke_records()
[all …]