Lines Matching refs:h
1170 xfs_qm_hashinsert(xfs_dqhash_t *h, xfs_dqtest_t *dqp) in xfs_qm_hashinsert() argument
1173 if (((d) = (h)->qh_next)) in xfs_qm_hashinsert()
1176 (dqp)->HL_PREVP = &((h)->qh_next); in xfs_qm_hashinsert()
1177 (h)->qh_next = (xfs_dquot_t *)dqp; in xfs_qm_hashinsert()
1178 (h)->qh_version++; in xfs_qm_hashinsert()
1179 (h)->qh_nelems++; in xfs_qm_hashinsert()
1288 xfs_dqhash_t *h; in xfs_qm_internalqcheck_dqget() local
1290 h = DQTEST_HASH(mp, id, type); in xfs_qm_internalqcheck_dqget()
1291 for (d = (xfs_dqtest_t *) h->qh_next; d != NULL; in xfs_qm_internalqcheck_dqget()
1303 d->q_hash = h; in xfs_qm_internalqcheck_dqget()
1304 xfs_qm_hashinsert(h, d); in xfs_qm_internalqcheck_dqget()