Searched refs:ddqp (Results 1 – 2 of 2) sorted by relevance
548 struct xfs_disk_dquot *ddqp; in xfs_qm_set_defquota() local555 ddqp = &dqp->q_core; in xfs_qm_set_defquota()562 defq->bhardlimit = be64_to_cpu(ddqp->d_blk_hardlimit); in xfs_qm_set_defquota()563 defq->bsoftlimit = be64_to_cpu(ddqp->d_blk_softlimit); in xfs_qm_set_defquota()564 defq->ihardlimit = be64_to_cpu(ddqp->d_ino_hardlimit); in xfs_qm_set_defquota()565 defq->isoftlimit = be64_to_cpu(ddqp->d_ino_softlimit); in xfs_qm_set_defquota()566 defq->rtbhardlimit = be64_to_cpu(ddqp->d_rtb_hardlimit); in xfs_qm_set_defquota()567 defq->rtbsoftlimit = be64_to_cpu(ddqp->d_rtb_softlimit); in xfs_qm_set_defquota()577 struct xfs_disk_dquot *ddqp; in xfs_qm_init_timelimits() local610 ddqp = &dqp->q_core; in xfs_qm_init_timelimits()[all …]
497 struct xfs_disk_dquot *ddqp = bp->b_addr + dqp->q_bufoffset; in xfs_dquot_from_disk() local500 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_dquot_from_disk()506 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()507 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk()508 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()1073 struct xfs_disk_dquot *ddqp; in xfs_qm_dqflush() local1117 ddqp = &dqb->dd_diskdq; in xfs_qm_dqflush()1122 fa = xfs_dqblk_verify(mp, dqb, be32_to_cpu(ddqp->d_id), 0); in xfs_qm_dqflush()1125 be32_to_cpu(ddqp->d_id), fa); in xfs_qm_dqflush()1133 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()