Home
last modified time | relevance | path

Searched refs:HL_PREVP (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_quota_priv.h117 #define HL_PREVP dq_hashlist.ql_prevp macro
155 _LIST_INSERT(h, dqp, HL_PREVP, HL_NEXT)
164 _LIST_REMOVE(h, dqp, HL_PREVP, HL_NEXT)
Dxfs_dquot.c139 dqp->HL_PREVP = dqp->MPL_PREVP = NULL; in xfs_qm_dqinit()
922 if (dqp->HL_PREVP != &qh->qh_next) { in xfs_qm_dqlookup()
926 d->HL_PREVP = dqp->HL_PREVP; in xfs_qm_dqlookup()
927 *(dqp->HL_PREVP) = d; in xfs_qm_dqlookup()
929 d->HL_PREVP = &dqp->HL_NEXT; in xfs_qm_dqlookup()
931 dqp->HL_PREVP = &qh->qh_next; in xfs_qm_dqlookup()
Dxfs_qm_syscalls.c1150 (d)->HL_PREVP = &((dqp)->HL_NEXT); in xfs_qm_hashinsert()
1152 (dqp)->HL_PREVP = &((h)->qh_next); in xfs_qm_hashinsert()
Dxfs_qm.c271 ASSERT(dqp->HL_PREVP == NULL); in xfs_qm_rele_quotafs_ref()
2120 ASSERT(dqp->HL_PREVP == NULL); in xfs_qm_shake_freelist()
2289 ASSERT(dqp->HL_PREVP == NULL); in xfs_qm_dqreclaim_one()