Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_dquot.h88 xfs_qcnt_t q_prealloc_hi_wmark; member
A Dxfs_dquot.c269 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()
A Dxfs_iomap.c299 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()
A Dxfs_qm.c1904 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