Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_dquot.h61 xfs_qcnt_t q_prealloc_hi_wmark; member
H A Dxfs_qm.c2250 if (!pre->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()
2256 if (res->reserved >= pre->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()
2259 freesp = pre->q_prealloc_hi_wmark - res->reserved; in xfs_inode_near_dquot_enforcement()
H A Dxfs_iomap.c373 if (!pre->q_prealloc_hi_wmark) in xfs_quota_need_throttle()
409 if (!res || res->reserved >= pre->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()
415 freesp = pre->q_prealloc_hi_wmark - res->reserved; in xfs_quota_calc_throttle()
H A Dxfs_dquot.c313 pre->q_prealloc_hi_wmark = res->hardlimit; in xfs_dquot_set_prealloc()
316 space = div_u64(pre->q_prealloc_hi_wmark, 100); in xfs_dquot_set_prealloc()