Lines Matching refs:q_id
77 ASSERT(dq->q_id); in xfs_qm_adjust_dqlimits()
164 ASSERT(dq->q_id); in xfs_qm_adjust_dqtimers()
356 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
478 dqp->q_id = id; in xfs_dquot_alloc()
535 if (be32_to_cpu(ddqp->d_id) != dqp->q_id) in xfs_dquot_check_type()
544 dqp_type == XFS_DQTYPE_USER || dqp->q_id != 0) in xfs_dquot_check_type()
574 __this_address, dqp->q_id); in xfs_dquot_from_disk()
618 ddqp->d_id = cpu_to_be32(dqp->q_id); in xfs_dquot_to_disk()
1178 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
1197 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
1247 dqp->q_id, fa); in xfs_qm_dqflush()
1322 if (d1->q_id > d2->q_id) { in xfs_dqlock2()
1390 id = dq->q_id; in xfs_qm_dqiterate()