Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dgc.c26 static struct kmem_cache *victim_entry_slab; variable
401 ve = f2fs_kmem_cache_alloc(victim_entry_slab, in attach_victim_entry()
647 kmem_cache_free(victim_entry_slab, ve); in release_victim_entry()
1899 victim_entry_slab = f2fs_kmem_cache_create("f2fs_victim_entry", in f2fs_create_garbage_collection_cache()
1901 if (!victim_entry_slab) in f2fs_create_garbage_collection_cache()
1908 kmem_cache_destroy(victim_entry_slab); in f2fs_destroy_garbage_collection_cache()