Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h237 extern struct kmem_cache *xfs_da_state_cache;
H A Dxfs_da_btree.c76 struct kmem_cache *xfs_da_state_cache; /* anchor for dir/attr state */ variable
88 state = kmem_cache_zalloc(xfs_da_state_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_da_state_alloc()
117 kmem_cache_free(xfs_da_state_cache, state); in xfs_da_state_free()
/openbmc/linux/fs/xfs/
H A Dxfs_super.c2073 xfs_da_state_cache = kmem_cache_create("xfs_da_state", in xfs_init_caches()
2076 if (!xfs_da_state_cache) in xfs_init_caches()
2226 kmem_cache_destroy(xfs_da_state_cache); in xfs_init_caches()
2264 kmem_cache_destroy(xfs_da_state_cache); in xfs_destroy_caches()