Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_qm.h14 extern struct kmem_cache *xfs_dqtrx_cache;
A Dxfs_dquot.c42 struct kmem_cache *xfs_dqtrx_cache; variable
1420 xfs_dqtrx_cache = kmem_cache_create("xfs_dqtrx", in xfs_qm_init()
1423 if (!xfs_dqtrx_cache) in xfs_qm_init()
1437 kmem_cache_destroy(xfs_dqtrx_cache); in xfs_qm_exit()
A Dxfs_trans_dquot.c1015 tp->t_dqinfo = kmem_cache_zalloc(xfs_dqtrx_cache, in xfs_trans_alloc_dqinfo()
1025 kmem_cache_free(xfs_dqtrx_cache, tp->t_dqinfo); in xfs_trans_free_dqinfo()

Completed in 9 milliseconds