Home
last modified time | relevance | path

Searched refs:q_prealloc_hi_wmark (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_dquot.h78 xfs_qcnt_t q_prealloc_hi_wmark; member
Dxfs_dquot.c269 dqp->q_prealloc_hi_wmark = dqp->q_blk.hardlimit; in xfs_dquot_set_prealloc_limits()
272 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
277 space = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
Dxfs_iomap.c306 if (!dq->q_prealloc_hi_wmark) in xfs_quota_need_throttle()
329 if (!dq || dq->q_blk.reserved >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()
335 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()