Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_da_btree.h237 extern struct kmem_cache *xfs_da_state_cache;
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()
/linux-6.6.21/fs/xfs/
Dxfs_super.c2074 xfs_da_state_cache = kmem_cache_create("xfs_da_state", in xfs_init_caches()
2077 if (!xfs_da_state_cache) in xfs_init_caches()
2227 kmem_cache_destroy(xfs_da_state_cache); in xfs_init_caches()
2265 kmem_cache_destroy(xfs_da_state_cache); in xfs_destroy_caches()