Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_dquot.c263 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_dquot_set_prealloc_limits()
264 if (!dqp->q_prealloc_lo_wmark) { in xfs_dquot_set_prealloc_limits()
265 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
266 do_div(dqp->q_prealloc_lo_wmark, 100); in xfs_dquot_set_prealloc_limits()
267 dqp->q_prealloc_lo_wmark *= 95; in xfs_dquot_set_prealloc_limits()
Dxfs_dquot.h48 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */ member
Dxfs_iomap.c306 if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark) in xfs_quota_need_throttle()