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

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

Completed in 136 milliseconds