Lines Matching defs:defq
542 struct xfs_def_quota *defq;
549 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp));
555 defq->blk.hard = dqp->q_blk.hardlimit;
556 defq->blk.soft = dqp->q_blk.softlimit;
557 defq->ino.hard = dqp->q_ino.hardlimit;
558 defq->ino.soft = dqp->q_ino.softlimit;
559 defq->rtb.hard = dqp->q_rtb.hardlimit;
560 defq->rtb.soft = dqp->q_rtb.softlimit;
571 struct xfs_def_quota *defq;
575 defq = xfs_get_defquota(qinf, type);
577 defq->blk.time = XFS_QM_BTIMELIMIT;
578 defq->ino.time = XFS_QM_ITIMELIMIT;
579 defq->rtb.time = XFS_QM_RTBTIMELIMIT;
598 defq->blk.time = dqp->q_blk.timer;
600 defq->ino.time = dqp->q_ino.timer;
602 defq->rtb.time = dqp->q_rtb.timer;