MPL_NEXT          125 fs/xfs/quota/xfs_dquot.c 		 dqp->MPL_NEXT = dqp->HL_NEXT = NULL;
MPL_NEXT          552 fs/xfs/quota/xfs_qm.c 		dqp = dqp->MPL_NEXT;
MPL_NEXT          605 fs/xfs/quota/xfs_qm.c 			dqp = dqp->MPL_NEXT;
MPL_NEXT          631 fs/xfs/quota/xfs_qm.c 		nextdqp = dqp->MPL_NEXT;
MPL_NEXT         1910 fs/xfs/quota/xfs_qm.c 	XQM_LIST_PRINT(&(XFS_QI_MPL_LIST(mp)), MPL_NEXT, "++++ Mp list +++");
MPL_NEXT          130 fs/xfs/quota/xfs_quota_priv.h 	for ((dqp) = XFS_QI_MPLNEXT(mp); (dqp) != NULL; (dqp) = (dqp)->MPL_NEXT)
MPL_NEXT          143 fs/xfs/quota/xfs_quota_priv.h 	 _LIST_INSERT(h, dqp, MPL_PREVP, MPL_NEXT)
MPL_NEXT          150 fs/xfs/quota/xfs_quota_priv.h 	{ _LIST_REMOVE(h, dqp, MPL_PREVP, MPL_NEXT); \