Lines Matching refs:qlim
230 struct xfs_quota_limits *qlim,
244 if (qlim) {
245 qlim->hard = hard;
246 qlim->soft = soft;
256 struct xfs_quota_limits *qlim,
259 if (qlim) {
262 qlim->time = res->timer;
284 struct xfs_quota_limits *qlim;
341 qlim = id == 0 ? &defq->blk : NULL;
343 if (xfs_setqlim_limits(mp, res, qlim, hard, soft, "blk"))
346 xfs_setqlim_timer(mp, res, qlim, newlim->d_spc_timer);
356 qlim = id == 0 ? &defq->rtb : NULL;
358 xfs_setqlim_limits(mp, res, qlim, hard, soft, "rtb");
360 xfs_setqlim_timer(mp, res, qlim, newlim->d_rt_spc_timer);
370 qlim = id == 0 ? &defq->ino : NULL;
372 xfs_setqlim_limits(mp, res, qlim, hard, soft, "ino");
374 xfs_setqlim_timer(mp, res, qlim, newlim->d_ino_timer);