Lines Matching refs:defq
74 struct xfs_def_quota *defq;
78 defq = xfs_get_defquota(q, xfs_dquot_type(dq));
81 dq->q_blk.softlimit = defq->blk.soft;
85 dq->q_blk.hardlimit = defq->blk.hard;
89 dq->q_ino.softlimit = defq->ino.soft;
91 dq->q_ino.hardlimit = defq->ino.hard;
93 dq->q_rtb.softlimit = defq->rtb.soft;
95 dq->q_rtb.hardlimit = defq->rtb.hard;
165 struct xfs_def_quota *defq;
168 defq = xfs_get_defquota(qi, xfs_dquot_type(dq));
170 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_blk, &defq->blk);
171 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino);
172 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_rtb, &defq->rtb);