Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_quota_priv.h62 #define XFS_QI_MPL_LIST(mp) ((mp)->m_quotainfo->qi_dqlist) macro
85 #define xfs_qm_mplist_lock(mp) XQMLCK(&(XFS_QI_MPL_LIST(mp)))
86 #define xfs_qm_mplist_unlock(mp) XQMUNLCK(&(XFS_QI_MPL_LIST(mp)))
87 #define XFS_QM_IS_MPLIST_LOCKED(mp) XQMISLCKD(&(XFS_QI_MPL_LIST(mp)))
Dxfs_dquot.c1140 XQM_MPLIST_INSERT(&(XFS_QI_MPL_LIST(mp)), dqp); in xfs_qm_dqget()
1562 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(mp)), dqp); in xfs_qm_dqpurge()
Dxfs_qm.c1967 XQM_LIST_PRINT(&(XFS_QI_MPL_LIST(mp)), MPL_NEXT, "++++ Mp list +++"); in xfs_qm_quotacheck()
2192 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(dqp->q_mount)), dqp); in xfs_qm_shake_freelist()
2338 XQM_MPLIST_REMOVE(&(XFS_QI_MPL_LIST(dqp->q_mount)), dqp); in xfs_qm_dqreclaim_one()