Searched refs:inline_xattr_slab (Results 1 – 1 of 1) sorted by relevance
26 static struct kmem_cache *inline_xattr_slab; variable31 return f2fs_kmem_cache_alloc(inline_xattr_slab, in xattr_alloc()42 kmem_cache_free(inline_xattr_slab, xattr_addr); in xattr_free()836 inline_xattr_slab = f2fs_kmem_cache_create("f2fs_xattr_entry", in f2fs_init_xattr_cache()838 return inline_xattr_slab ? 0 : -ENOMEM; in f2fs_init_xattr_cache()843 kmem_cache_destroy(inline_xattr_slab); in f2fs_destroy_xattr_cache()