Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_dquot.h49 xfs_qcnt_t q_prealloc_hi_wmark;/* prealloc disabled wmark */ member
Dxfs_iomap.c302 if (!dq->q_prealloc_hi_wmark) in xfs_quota_need_throttle()
325 if (!dq || dq->q_res_bcount >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()
331 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()
Dxfs_dquot.c262 dqp->q_prealloc_hi_wmark = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_dquot_set_prealloc_limits()
265 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
270 space = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()