Lines Matching refs:q_core

367 			d = &dqp->q_core;  in xfs_trans_apply_dquot_deltas()
494 be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_apply_dquot_deltas()
496 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
498 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
581 be32_to_cpu(dqp->q_core.d_id)), in xfs_quota_warn()
613 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
616 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_trans_dqresv()
619 timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_trans_dqresv()
620 warns = be16_to_cpu(dqp->q_core.d_bwarns); in xfs_trans_dqresv()
625 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
628 softlimit = be64_to_cpu(dqp->q_core.d_rtb_softlimit); in xfs_trans_dqresv()
631 timer = be32_to_cpu(dqp->q_core.d_rtbtimer); in xfs_trans_dqresv()
632 warns = be16_to_cpu(dqp->q_core.d_rtbwarns); in xfs_trans_dqresv()
638 dqp->q_core.d_id && in xfs_trans_dqresv()
665 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
666 timer = be32_to_cpu(dqp->q_core.d_itimer); in xfs_trans_dqresv()
667 warns = be16_to_cpu(dqp->q_core.d_iwarns); in xfs_trans_dqresv()
669 hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_trans_dqresv()
672 softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); in xfs_trans_dqresv()
719 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
720 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
721 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()