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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h239 extern struct kmem_cache *xfs_da_state_cache;
H A Dxfs_da_btree.c77 struct kmem_cache *xfs_da_state_cache; /* anchor for dir/attr state */ variable in typeref:struct:kmem_cache
89 state = kmem_cache_zalloc(xfs_da_state_cache,
119 kmem_cache_free(xfs_da_state_cache, state);
/linux-master/fs/xfs/
H A Dxfs_super.c2070 xfs_da_state_cache = kmem_cache_create("xfs_da_state",
2073 if (!xfs_da_state_cache)
2223 kmem_cache_destroy(xfs_da_state_cache);
2263 kmem_cache_destroy(xfs_da_state_cache);

Completed in 202 milliseconds