Searched refs:q_prealloc_hi_wmark (Results 1 – 4 of 4) sorted by relevance
88 xfs_qcnt_t q_prealloc_hi_wmark; member
269 dqp->q_prealloc_hi_wmark = dqp->q_blk.hardlimit; in xfs_dquot_set_prealloc_limits()272 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()277 space = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
299 if (!dq->q_prealloc_hi_wmark) in xfs_quota_need_throttle()322 if (!dq || dq->q_blk.reserved >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()328 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()
1904 if (!dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()1910 if (dqp->q_blk.reserved >= dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()1913 freesp = dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved; in xfs_inode_near_dquot_enforcement()
Completed in 11 milliseconds