Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_quota_priv.h44 #define XFS_QI_MPL_LIST(mp) ((mp)->m_quotainfo->qi_dqlist) macro
67 #define xfs_qm_mplist_lock(mp) XQMLCK(&(XFS_QI_MPL_LIST(mp)))
68 #define xfs_qm_mplist_unlock(mp) XQMUNLCK(&(XFS_QI_MPL_LIST(mp)))
69 #define XFS_QM_IS_MPLIST_LOCKED(mp) XQMISLCKD(&(XFS_QI_MPL_LIST(mp)))
Dxfs_dquot.c1102 XQM_MPLIST_INSERT(&(XFS_QI_MPL_LIST(mp)), dqp); in xfs_qm_dqget()
1507 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(mp)), dqp); in xfs_qm_dqpurge()
Dxfs_qm.c1884 XQM_LIST_PRINT(&(XFS_QI_MPL_LIST(mp)), MPL_NEXT, "++++ Mp list +++"); in xfs_qm_quotacheck()
2119 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(dqp->q_mount)), dqp); in xfs_qm_shake_freelist()
2270 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(dqp->q_mount)), dqp); in xfs_qm_dqreclaim_one()