Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dxattr.c30 return kmem_cache_zalloc(sbi->inline_xattr_slab, GFP_NOFS); in xattr_alloc()
40 kmem_cache_free(sbi->inline_xattr_slab, xattr_addr); in xattr_free()
812 sbi->inline_xattr_slab = f2fs_kmem_cache_create(slab_name, in f2fs_init_xattr_caches()
814 if (!sbi->inline_xattr_slab) in f2fs_init_xattr_caches()
822 kmem_cache_destroy(sbi->inline_xattr_slab); in f2fs_destroy_xattr_caches()
H A Df2fs.h1780 struct kmem_cache *inline_xattr_slab; /* inline xattr entry */ member