Lines Matching refs:q_core
365 d = &dqp->q_core; in xfs_trans_apply_dquot_deltas()
488 be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_apply_dquot_deltas()
490 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
492 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
575 be32_to_cpu(dqp->q_core.d_id)), in xfs_quota_warn()
607 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
610 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_trans_dqresv()
613 timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_trans_dqresv()
614 warns = be16_to_cpu(dqp->q_core.d_bwarns); in xfs_trans_dqresv()
619 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
622 softlimit = be64_to_cpu(dqp->q_core.d_rtb_softlimit); in xfs_trans_dqresv()
625 timer = be32_to_cpu(dqp->q_core.d_rtbtimer); in xfs_trans_dqresv()
626 warns = be16_to_cpu(dqp->q_core.d_rtbwarns); in xfs_trans_dqresv()
632 dqp->q_core.d_id && in xfs_trans_dqresv()
659 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
660 timer = be32_to_cpu(dqp->q_core.d_itimer); in xfs_trans_dqresv()
661 warns = be16_to_cpu(dqp->q_core.d_iwarns); in xfs_trans_dqresv()
663 hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_trans_dqresv()
666 softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); in xfs_trans_dqresv()
713 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
714 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
715 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()