Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_dquot.c259 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_dquot_set_prealloc_limits()
260 if (!dqp->q_prealloc_lo_wmark) { in xfs_dquot_set_prealloc_limits()
261 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
262 do_div(dqp->q_prealloc_lo_wmark, 100); in xfs_dquot_set_prealloc_limits()
263 dqp->q_prealloc_lo_wmark *= 95; in xfs_dquot_set_prealloc_limits()
Dxfs_dquot.h47 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */ member
Dxfs_iomap.c330 if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark) in xfs_quota_need_throttle()