Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dgc.c24 static struct kmem_cache *victim_entry_slab; variable
355 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS); in attach_victim_entry()
604 kmem_cache_free(victim_entry_slab, ve); in release_victim_entry()
1762 victim_entry_slab = f2fs_kmem_cache_create("f2fs_victim_entry", in f2fs_create_garbage_collection_cache()
1764 if (!victim_entry_slab) in f2fs_create_garbage_collection_cache()
1771 kmem_cache_destroy(victim_entry_slab); in f2fs_destroy_garbage_collection_cache()