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

/linux-master/fs/xfs/
H A Dxfs_dquot.c43 static struct kmem_cache *xfs_dquot_cache; variable in typeref:struct:kmem_cache
84 kmem_cache_free(xfs_dquot_cache, dqp);
501 dqp = kmem_cache_zalloc(xfs_dquot_cache, GFP_KERNEL | __GFP_NOFAIL);
1377 xfs_dquot_cache = kmem_cache_create("xfs_dquot",
1380 if (!xfs_dquot_cache)
1392 kmem_cache_destroy(xfs_dquot_cache);
1401 kmem_cache_destroy(xfs_dquot_cache);

Completed in 92 milliseconds