Home
last modified time | relevance | path

Searched refs:XFS_QLOWSP_1_PCNT (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_dquot.h24 XFS_QLOWSP_1_PCNT = 0, enumerator
204 if (freesp < dqp->q_blk_prealloc.q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
208 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()