ddqp              497 fs/xfs/xfs_dquot.c 	struct xfs_disk_dquot	*ddqp = bp->b_addr + dqp->q_bufoffset;
ddqp              500 fs/xfs/xfs_dquot.c 	memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t));
ddqp              506 fs/xfs/xfs_dquot.c 	dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
ddqp              507 fs/xfs/xfs_dquot.c 	dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
ddqp              508 fs/xfs/xfs_dquot.c 	dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount);
ddqp             1073 fs/xfs/xfs_dquot.c 	struct xfs_disk_dquot	*ddqp;
ddqp             1117 fs/xfs/xfs_dquot.c 	ddqp = &dqb->dd_diskdq;
ddqp             1122 fs/xfs/xfs_dquot.c 	fa = xfs_dqblk_verify(mp, dqb, be32_to_cpu(ddqp->d_id), 0);
ddqp             1125 fs/xfs/xfs_dquot.c 				be32_to_cpu(ddqp->d_id), fa);
ddqp             1133 fs/xfs/xfs_dquot.c 	memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t));
ddqp              548 fs/xfs/xfs_qm.c 	struct xfs_disk_dquot	*ddqp;
ddqp              555 fs/xfs/xfs_qm.c 	ddqp = &dqp->q_core;
ddqp              562 fs/xfs/xfs_qm.c 	defq->bhardlimit = be64_to_cpu(ddqp->d_blk_hardlimit);
ddqp              563 fs/xfs/xfs_qm.c 	defq->bsoftlimit = be64_to_cpu(ddqp->d_blk_softlimit);
ddqp              564 fs/xfs/xfs_qm.c 	defq->ihardlimit = be64_to_cpu(ddqp->d_ino_hardlimit);
ddqp              565 fs/xfs/xfs_qm.c 	defq->isoftlimit = be64_to_cpu(ddqp->d_ino_softlimit);
ddqp              566 fs/xfs/xfs_qm.c 	defq->rtbhardlimit = be64_to_cpu(ddqp->d_rtb_hardlimit);
ddqp              567 fs/xfs/xfs_qm.c 	defq->rtbsoftlimit = be64_to_cpu(ddqp->d_rtb_softlimit);
ddqp              577 fs/xfs/xfs_qm.c 	struct xfs_disk_dquot	*ddqp;
ddqp              610 fs/xfs/xfs_qm.c 	ddqp = &dqp->q_core;
ddqp              616 fs/xfs/xfs_qm.c 	if (ddqp->d_btimer)
ddqp              617 fs/xfs/xfs_qm.c 		qinf->qi_btimelimit = be32_to_cpu(ddqp->d_btimer);
ddqp              618 fs/xfs/xfs_qm.c 	if (ddqp->d_itimer)
ddqp              619 fs/xfs/xfs_qm.c 		qinf->qi_itimelimit = be32_to_cpu(ddqp->d_itimer);
ddqp              620 fs/xfs/xfs_qm.c 	if (ddqp->d_rtbtimer)
ddqp              621 fs/xfs/xfs_qm.c 		qinf->qi_rtbtimelimit = be32_to_cpu(ddqp->d_rtbtimer);
ddqp              622 fs/xfs/xfs_qm.c 	if (ddqp->d_bwarns)
ddqp              623 fs/xfs/xfs_qm.c 		qinf->qi_bwarnlimit = be16_to_cpu(ddqp->d_bwarns);
ddqp              624 fs/xfs/xfs_qm.c 	if (ddqp->d_iwarns)
ddqp              625 fs/xfs/xfs_qm.c 		qinf->qi_iwarnlimit = be16_to_cpu(ddqp->d_iwarns);
ddqp              626 fs/xfs/xfs_qm.c 	if (ddqp->d_rtbwarns)
ddqp              627 fs/xfs/xfs_qm.c 		qinf->qi_rtbwarnlimit = be16_to_cpu(ddqp->d_rtbwarns);