Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_quota_priv.h120 #define MPL_NEXT dq_mplist.ql_next macro
148 for ((dqp) = XFS_QI_MPLNEXT(mp); (dqp) != NULL; (dqp) = (dqp)->MPL_NEXT)
161 _LIST_INSERT(h, dqp, MPL_PREVP, MPL_NEXT)
168 { _LIST_REMOVE(h, dqp, MPL_PREVP, MPL_NEXT); \
Dxfs_qm.c603 dqp = dqp->MPL_NEXT; in xfs_qm_detach_gdquots()
655 dqp = dqp->MPL_NEXT; in xfs_qm_dqpurge_int()
681 nextdqp = dqp->MPL_NEXT; in xfs_qm_dqpurge_int()
1967 XQM_LIST_PRINT(&(XFS_QI_MPL_LIST(mp)), MPL_NEXT, "++++ Mp list +++"); in xfs_qm_quotacheck()
Dxfs_dquot.c138 dqp->MPL_NEXT = dqp->HL_NEXT = NULL; in xfs_qm_dqinit()