Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_dquot.c278 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_dquot_set_prealloc_limits()
279 if (!dqp->q_prealloc_lo_wmark) { in xfs_dquot_set_prealloc_limits()
280 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
281 do_div(dqp->q_prealloc_lo_wmark, 100); in xfs_dquot_set_prealloc_limits()
282 dqp->q_prealloc_lo_wmark *= 95; in xfs_dquot_set_prealloc_limits()
Dxfs_dquot.h60 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */ member
Dxfs_iomap.c421 if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark) in xfs_quota_need_throttle()