HL_PREVP          126 fs/xfs/quota/xfs_dquot.c 		 dqp->HL_PREVP = dqp->MPL_PREVP = NULL;
HL_PREVP          871 fs/xfs/quota/xfs_dquot.c 			if (dqp->HL_PREVP != &qh->qh_next) {
HL_PREVP          875 fs/xfs/quota/xfs_dquot.c 					d->HL_PREVP = dqp->HL_PREVP;
HL_PREVP          876 fs/xfs/quota/xfs_dquot.c 				*(dqp->HL_PREVP) = d;
HL_PREVP          878 fs/xfs/quota/xfs_dquot.c 				d->HL_PREVP = &dqp->HL_NEXT;
HL_PREVP          880 fs/xfs/quota/xfs_dquot.c 				dqp->HL_PREVP = &qh->qh_next;
HL_PREVP          265 fs/xfs/quota/xfs_qm.c 			ASSERT(dqp->HL_PREVP == NULL);
HL_PREVP         2068 fs/xfs/quota/xfs_qm.c 			ASSERT(dqp->HL_PREVP == NULL);
HL_PREVP         2242 fs/xfs/quota/xfs_qm.c 			ASSERT(dqp->HL_PREVP == NULL);
HL_PREVP         1171 fs/xfs/quota/xfs_qm_syscalls.c 		(d)->HL_PREVP = &((dqp)->HL_NEXT);
HL_PREVP         1173 fs/xfs/quota/xfs_qm_syscalls.c 	(dqp)->HL_PREVP = &((h)->qh_next);
HL_PREVP          137 fs/xfs/quota/xfs_quota_priv.h 	 _LIST_INSERT(h, dqp, HL_PREVP, HL_NEXT)
HL_PREVP          146 fs/xfs/quota/xfs_quota_priv.h 	 _LIST_REMOVE(h, dqp, HL_PREVP, HL_NEXT)