Home
last modified time | relevance | path

Searched refs:qlim (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_qm_syscalls.c231 struct xfs_quota_limits *qlim, in xfs_setqlim_limits() argument
245 if (qlim) { in xfs_setqlim_limits()
246 qlim->hard = hard; in xfs_setqlim_limits()
247 qlim->soft = soft; in xfs_setqlim_limits()
256 struct xfs_quota_limits *qlim, in xfs_setqlim_warns() argument
260 if (qlim) in xfs_setqlim_warns()
261 qlim->warn = warns; in xfs_setqlim_warns()
268 struct xfs_quota_limits *qlim, in xfs_setqlim_timer() argument
271 if (qlim) { in xfs_setqlim_timer()
274 qlim->time = res->timer; in xfs_setqlim_timer()
[all …]
Dxfs_trans_dquot.c571 struct xfs_quota_limits *qlim, in xfs_dqresv_check() argument
588 hardlimit = qlim->hard; in xfs_dqresv_check()
590 softlimit = qlim->soft; in xfs_dqresv_check()
601 (res->warnings != 0 && res->warnings >= qlim->warn)) { in xfs_dqresv_check()
630 struct xfs_quota_limits *qlim; in xfs_trans_dqresv() local
638 qlim = &defq->blk; in xfs_trans_dqresv()
641 qlim = &defq->rtb; in xfs_trans_dqresv()
653 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal); in xfs_trans_dqresv()
Dxfs_dquot.c129 struct xfs_quota_limits *qlim) in xfs_qm_adjust_res_timer() argument
137 ktime_get_real_seconds() + qlim->time); in xfs_qm_adjust_res_timer()
/fs/proc/
Darray.c262 unsigned long qlim = 0; in task_sig() local
279 qlim = task_rlimit(p, RLIMIT_SIGPENDING); in task_sig()
285 seq_put_decimal_ull(m, "/", qlim); in task_sig()