Searched refs:inline_xattr_slab (Results 1 – 2 of 2) sorted by relevance
30 return f2fs_kmem_cache_alloc(sbi->inline_xattr_slab, in xattr_alloc()41 kmem_cache_free(sbi->inline_xattr_slab, xattr_addr); in xattr_free()833 sbi->inline_xattr_slab = f2fs_kmem_cache_create(slab_name, in f2fs_init_xattr_caches()835 if (!sbi->inline_xattr_slab) in f2fs_init_xattr_caches()843 kmem_cache_destroy(sbi->inline_xattr_slab); in f2fs_destroy_xattr_caches()
1757 struct kmem_cache *inline_xattr_slab; /* inline xattr entry */ member