Searched refs:cic_entry_slab (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | compress.c | 23 static struct kmem_cache *cic_entry_slab; variable 1280 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_write_compressed_pages() 1391 kmem_cache_free(cic_entry_slab, cic); in f2fs_write_compressed_pages() 1435 kmem_cache_free(cic_entry_slab, cic); in f2fs_compress_write_end_io() 2014 cic_entry_slab = f2fs_kmem_cache_create("f2fs_cic_entry", in f2fs_init_compress_cache() 2016 if (!cic_entry_slab) in f2fs_init_compress_cache() 2024 kmem_cache_destroy(cic_entry_slab); in f2fs_init_compress_cache() 2031 kmem_cache_destroy(cic_entry_slab); in f2fs_destroy_compress_cache()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | compress.c | 20 static struct kmem_cache *cic_entry_slab; variable 1199 cic = kmem_cache_zalloc(cic_entry_slab, GFP_NOFS); in f2fs_write_compressed_pages() 1311 kmem_cache_free(cic_entry_slab, cic); in f2fs_write_compressed_pages() 1355 kmem_cache_free(cic_entry_slab, cic); in f2fs_compress_write_end_io() 1598 cic_entry_slab = f2fs_kmem_cache_create("f2fs_cic_entry", in f2fs_init_cic_cache() 1600 if (!cic_entry_slab) in f2fs_init_cic_cache() 1607 kmem_cache_destroy(cic_entry_slab); in f2fs_destroy_cic_cache()
|
Completed in 4 milliseconds