Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_dquot.h62 int64_t q_low_space[XFS_QLOWSP_MAX]; member
189 if (freesp < dqp->q_blk_prealloc.q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
193 if (freesp < dqp->q_rtb_prealloc.q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
H A Dxfs_dquot.c320 pre->q_low_space[XFS_QLOWSP_1_PCNT] = space; in xfs_dquot_set_prealloc()
321 pre->q_low_space[XFS_QLOWSP_3_PCNT] = space * 3; in xfs_dquot_set_prealloc()
322 pre->q_low_space[XFS_QLOWSP_5_PCNT] = space * 5; in xfs_dquot_set_prealloc()
H A Dxfs_iomap.c427 if (freesp < pre->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()
429 if (freesp < pre->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()
431 if (freesp < pre->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()
H A Dxfs_qm.c2134 if (freesp < pre->q_low_space[XFS_QLOWSP_5_PCNT]) in xfs_inode_near_dquot_enforcement()