Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_da_btree.h243 extern struct kmem_cache *xfs_da_state_cache;
Dxfs_da_btree.c77 struct kmem_cache *xfs_da_state_cache; /* anchor for dir/attr state */ variable
89 state = kmem_cache_zalloc(xfs_da_state_cache, in xfs_da_state_alloc()
119 kmem_cache_free(xfs_da_state_cache, state); in xfs_da_state_free()
/linux-6.12.1/fs/xfs/
Dxfs_super.c2100 xfs_da_state_cache = kmem_cache_create("xfs_da_state", in xfs_init_caches()
2103 if (!xfs_da_state_cache) in xfs_init_caches()
2277 kmem_cache_destroy(xfs_da_state_cache); in xfs_init_caches()
2320 kmem_cache_destroy(xfs_da_state_cache); in xfs_destroy_caches()