Lines Matching refs:defq
555 struct xfs_def_quota *defq;
562 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp));
568 defq->blk.hard = dqp->q_blk.hardlimit;
569 defq->blk.soft = dqp->q_blk.softlimit;
570 defq->ino.hard = dqp->q_ino.hardlimit;
571 defq->ino.soft = dqp->q_ino.softlimit;
572 defq->rtb.hard = dqp->q_rtb.hardlimit;
573 defq->rtb.soft = dqp->q_rtb.softlimit;
584 struct xfs_def_quota *defq;
588 defq = xfs_get_defquota(qinf, type);
590 defq->blk.time = XFS_QM_BTIMELIMIT;
591 defq->ino.time = XFS_QM_ITIMELIMIT;
592 defq->rtb.time = XFS_QM_RTBTIMELIMIT;
611 defq->blk.time = dqp->q_blk.timer;
613 defq->ino.time = dqp->q_ino.timer;
615 defq->rtb.time = dqp->q_rtb.timer;