Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_dquot.h80 xfs_qcnt_t q_prealloc_hi_wmark; member
H A Dxfs_dquot.c266 dqp->q_prealloc_hi_wmark = dqp->q_blk.hardlimit; in xfs_dquot_set_prealloc_limits()
269 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
274 space = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
H A Dxfs_iomap.c353 if (!dq->q_prealloc_hi_wmark) in xfs_quota_need_throttle()
376 if (!dq || dq->q_blk.reserved >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()
382 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()
H A Dxfs_qm.c1943 if (!dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()
1949 if (dqp->q_blk.reserved >= dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()
1952 freesp = dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved; in xfs_inode_near_dquot_enforcement()