Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_qm.h14 extern struct kmem_cache *xfs_dqtrx_cache;
Dxfs_dquot.c41 struct kmem_cache *xfs_dqtrx_cache; variable
1345 xfs_dqtrx_cache = kmem_cache_create("xfs_dqtrx", in xfs_qm_init()
1348 if (!xfs_dqtrx_cache) in xfs_qm_init()
1362 kmem_cache_destroy(xfs_dqtrx_cache); in xfs_qm_exit()
Dxfs_trans_dquot.c847 tp->t_dqinfo = kmem_cache_zalloc(xfs_dqtrx_cache, in xfs_trans_alloc_dqinfo()
857 kmem_cache_free(xfs_dqtrx_cache, tp->t_dqinfo); in xfs_trans_free_dqinfo()