Lines Matching refs:q_id
77 ASSERT(dq->q_id); in xfs_qm_adjust_dqlimits()
167 ASSERT(dq->q_id); in xfs_qm_adjust_dqtimers()
345 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
458 dqp->q_id = id; in xfs_dquot_alloc()
515 if (be32_to_cpu(ddqp->d_id) != dqp->q_id) in xfs_dquot_check_type()
524 dqp_type == XFS_DQTYPE_USER || dqp->q_id != 0) in xfs_dquot_check_type()
554 __this_address, dqp->q_id); in xfs_dquot_from_disk()
602 ddqp->d_id = cpu_to_be32(dqp->q_id); in xfs_dquot_to_disk()
1204 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
1223 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
1273 dqp->q_id, fa); in xfs_qm_dqflush()
1348 if (d1->q_id > d2->q_id) { in xfs_dqlock2()
1416 id = dq->q_id; in xfs_qm_dqiterate()