Searched refs:jbd2_revoke_record_cache (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | revoke.c | 95 static struct kmem_cache *jbd2_revoke_record_cache; variable 145 record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask); in insert_revoke_hash() 183 kmem_cache_destroy(jbd2_revoke_record_cache); in jbd2_journal_destroy_revoke_record_cache() 184 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_record_cache() 195 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_record_cache() 196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache() 199 if (!jbd2_revoke_record_cache) { in jbd2_journal_init_revoke_record_cache() 452 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke() 558 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records() 740 kmem_cache_free(jbd2_revoke_record_cache, recor in jbd2_journal_clear_revoke() [all...] |
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | revoke.c | 95 static struct kmem_cache *jbd2_revoke_record_cache; variable 145 record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask); in insert_revoke_hash() 183 kmem_cache_destroy(jbd2_revoke_record_cache); in jbd2_journal_destroy_revoke_record_cache() 184 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_record_cache() 195 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_record_cache() 196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache() 199 if (!jbd2_revoke_record_cache) { in jbd2_journal_init_revoke_record_cache() 452 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke() 558 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records() 740 kmem_cache_free(jbd2_revoke_record_cache, recor in jbd2_journal_clear_revoke() [all...] |
Completed in 3 milliseconds