Lines Matching defs:defq
124 struct xfs_def_quota *defq;
128 defq = xfs_get_defquota(q, xfs_dquot_type(dq));
131 dq->q_blk.softlimit = defq->blk.soft;
135 dq->q_blk.hardlimit = defq->blk.hard;
139 dq->q_ino.softlimit = defq->ino.soft;
141 dq->q_ino.hardlimit = defq->ino.hard;
143 dq->q_rtb.softlimit = defq->rtb.soft;
145 dq->q_rtb.hardlimit = defq->rtb.hard;
212 struct xfs_def_quota *defq;
215 defq = xfs_get_defquota(qi, xfs_dquot_type(dq));
217 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_blk, &defq->blk);
218 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino);
219 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_rtb, &defq->rtb);