Home
last modified time | relevance | path

Searched refs:ddqp (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_qm.c552 struct xfs_disk_dquot *ddqp; in xfs_qm_set_defquota() local
559 ddqp = &dqp->q_core; in xfs_qm_set_defquota()
566 defq->bhardlimit = be64_to_cpu(ddqp->d_blk_hardlimit); in xfs_qm_set_defquota()
567 defq->bsoftlimit = be64_to_cpu(ddqp->d_blk_softlimit); in xfs_qm_set_defquota()
568 defq->ihardlimit = be64_to_cpu(ddqp->d_ino_hardlimit); in xfs_qm_set_defquota()
569 defq->isoftlimit = be64_to_cpu(ddqp->d_ino_softlimit); in xfs_qm_set_defquota()
570 defq->rtbhardlimit = be64_to_cpu(ddqp->d_rtb_hardlimit); in xfs_qm_set_defquota()
571 defq->rtbsoftlimit = be64_to_cpu(ddqp->d_rtb_softlimit); in xfs_qm_set_defquota()
581 struct xfs_disk_dquot *ddqp; in xfs_qm_init_timelimits() local
614 ddqp = &dqp->q_core; in xfs_qm_init_timelimits()
[all …]
Dxfs_dquot.c501 struct xfs_disk_dquot *ddqp = bp->b_addr + dqp->q_bufoffset; in xfs_dquot_from_disk() local
504 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_dquot_from_disk()
510 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
511 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk()
512 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()
1077 struct xfs_disk_dquot *ddqp; in xfs_qm_dqflush() local
1121 ddqp = &dqb->dd_diskdq; in xfs_qm_dqflush()
1136 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()