Searched refs:qh_next (Results 1 – 12 of 12) sorted by relevance
64 #define XFS_QI_MPLNEXT(mp) ((mp)->m_quotainfo->qi_dqlist.qh_next)138 if (((d) = (h)->qh_next)) \141 (dqp)->PVP = &((h)->qh_next); \142 (h)->qh_next = dqp; \151 for ((dqp) = (qlist)->qh_next; (dqp) != (xfs_dquot_t *)(qlist); \
1129 for (dqp = (xfs_dqtest_t *)(l)->qh_next; dqp != NULL; \1149 if (((d) = (h)->qh_next)) in xfs_qm_hashinsert()1152 (dqp)->HL_PREVP = &((h)->qh_next); in xfs_qm_hashinsert()1153 (h)->qh_next = (xfs_dquot_t *)dqp; in xfs_qm_hashinsert()1270 for (d = (xfs_dqtest_t *) h->qh_next; d != NULL; in xfs_qm_internalqcheck_dqget()1433 for (d = (xfs_dqtest_t *) h1->qh_next; d != NULL; ) { in xfs_qm_internalqcheck()1440 for (d = (xfs_dqtest_t *) h1->qh_next; d != NULL; ) { in xfs_qm_internalqcheck()
101 for (dqp = (l)->qh_next; dqp != NULL; dqp = dqp->NXT) { \264 for (dqp = xfs_Gqm->qm_dqfreelist.qh_next; in xfs_qm_rele_quotafs_ref()1318 list->qh_next = NULL; in xfs_qm_list_init()2094 for (dqp = xfs_Gqm->qm_dqfreelist.qh_next; in xfs_qm_shake_freelist()2757 ql->qh_next = ql->qh_prev = (xfs_dquot_t *) ql; in xfs_qm_freelist_init()2769 for (dqp = ql->qh_next; in xfs_qm_freelist_destroy()2792 dq->dq_flnext = ql->qh_next; in xfs_qm_freelist_insert()2794 ql->qh_next = dq; in xfs_qm_freelist_insert()
100 struct xfs_dquot *qh_next; member
855 for (dqp = qh->qh_next; dqp != NULL; dqp = dqp->HL_NEXT) { in xfs_qm_dqlookup()922 if (dqp->HL_PREVP != &qh->qh_next) { in xfs_qm_dqlookup()928 d = qh->qh_next; in xfs_qm_dqlookup()931 dqp->HL_PREVP = &qh->qh_next; in xfs_qm_dqlookup()932 qh->qh_next = dqp; in xfs_qm_dqlookup()
50 struct xfs_dquot *qh_next; member
779 if (!head->qh_next.qh) { in qh_link_async()797 qh->qh_next = head->qh_next; in qh_link_async()801 head->qh_next.qh = qh; in qh_link_async()998 qh->qh_next.qh = 0; in end_unlink_async()1019 && ehci->async->qh_next.qh == 0) in end_unlink_async()1065 while (prev->qh_next.qh != qh) in start_unlink_async()1066 prev = prev->qh_next.qh; in start_unlink_async()1069 prev->qh_next = qh->qh_next; in start_unlink_async()1099 qh = ehci->async->qh_next.qh; in scan_async()1135 qh = qh->qh_next.qh; in scan_async()
221 if (ehci->async->qh_next.qh) in ehci_ready()412 ehci->async->qh_next.qh = 0; in ehci_start()677 if ((ehci->async->qh_next.ptr != 0) || (ehci->periodic_sched != 0)) in ehci_work()
457 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in show_async()545 p = p.qh->qh_next; in show_periodic()
51 return &periodic->qh->qh_next; in periodic_next_shadow()118 q = &q->qh->qh_next; in periodic_usecs()239 qh->qh_next.ptr = 0; in intr_deschedule()1264 q = q.qh->qh_next; in scan_periodic()
127 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_put()
362 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member