Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_dquot.c42 static struct kmem_cache *xfs_dquot_cache; variable
60 kmem_cache_free(xfs_dquot_cache, dqp); in xfs_qm_dqdestroy()
475 dqp = kmem_cache_zalloc(xfs_dquot_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_dquot_alloc()
1339 xfs_dquot_cache = kmem_cache_create("xfs_dquot", in xfs_qm_init()
1342 if (!xfs_dquot_cache) in xfs_qm_init()
1354 kmem_cache_destroy(xfs_dquot_cache); in xfs_qm_init()
1363 kmem_cache_destroy(xfs_dquot_cache); in xfs_qm_exit()