Lines Matching refs:qlim
447 struct xfs_quota_limits *qlim,
461 if (qlim) {
462 qlim->hard = hard;
463 qlim->soft = soft;
472 struct xfs_quota_limits *qlim,
476 if (qlim)
477 qlim->warn = warns;
484 struct xfs_quota_limits *qlim,
487 if (qlim) {
490 qlim->time = res->timer;
512 struct xfs_quota_limits *qlim;
576 qlim = id == 0 ? &defq->blk : NULL;
578 if (xfs_setqlim_limits(mp, res, qlim, hard, soft, "blk"))
581 xfs_setqlim_warns(res, qlim, newlim->d_spc_warns);
583 xfs_setqlim_timer(mp, res, qlim, newlim->d_spc_timer);
593 qlim = id == 0 ? &defq->rtb : NULL;
595 xfs_setqlim_limits(mp, res, qlim, hard, soft, "rtb");
597 xfs_setqlim_warns(res, qlim, newlim->d_rt_spc_warns);
599 xfs_setqlim_timer(mp, res, qlim, newlim->d_rt_spc_timer);
609 qlim = id == 0 ? &defq->ino : NULL;
611 xfs_setqlim_limits(mp, res, qlim, hard, soft, "ino");
613 xfs_setqlim_warns(res, qlim, newlim->d_ino_warns);
615 xfs_setqlim_timer(mp, res, qlim, newlim->d_ino_timer);