Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddata.c34 static struct kmem_cache *ffs_entry_slab; variable
2436 ffs = f2fs_kmem_cache_alloc(ffs_entry_slab, in ffs_find_or_alloc()
2458 kmem_cache_free(ffs_entry_slab, ffs); in ffs_detach_free()
4484 ffs_entry_slab = f2fs_kmem_cache_create("f2fs_ffs_slab", in f2fs_init_bio_entry_cache()
4487 if (!ffs_entry_slab) { in f2fs_init_bio_entry_cache()
4498 kmem_cache_destroy(ffs_entry_slab); in f2fs_destroy_bio_entry_cache()