Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c26 static struct kmem_cache *victim_entry_slab; variable
444 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL); in __create_victim_entry()
677 kmem_cache_free(victim_entry_slab, ve); in release_victim_entry()
1939 victim_entry_slab = f2fs_kmem_cache_create("f2fs_victim_entry", in f2fs_create_garbage_collection_cache()
1941 return victim_entry_slab ? 0 : -ENOMEM; in f2fs_create_garbage_collection_cache()
1946 kmem_cache_destroy(victim_entry_slab); in f2fs_destroy_garbage_collection_cache()