Searched refs:q_prealloc_hi_wmark (Results 1 – 4 of 4) sorted by relevance
80 xfs_qcnt_t q_prealloc_hi_wmark; member
290 dqp->q_prealloc_hi_wmark = dqp->q_blk.hardlimit; in xfs_dquot_set_prealloc_limits()293 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()298 space = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
350 if (!dq->q_prealloc_hi_wmark) in xfs_quota_need_throttle()373 if (!dq || dq->q_blk.reserved >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()379 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()
1996 if (!dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()2002 if (dqp->q_blk.reserved >= dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()2005 freesp = dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved; in xfs_inode_near_dquot_enforcement()