Lines Matching refs:q_blk
568 defq->blk.hard = dqp->q_blk.hardlimit; in xfs_qm_set_defquota()
569 defq->blk.soft = dqp->q_blk.softlimit; in xfs_qm_set_defquota()
610 if (dqp->q_blk.timer) in xfs_qm_init_timelimits()
611 defq->blk.time = dqp->q_blk.timer; in xfs_qm_init_timelimits()
1104 dqp->q_blk.count += nblks; in xfs_qm_quotacheck_dqadjust()
1105 dqp->q_blk.reserved += nblks; in xfs_qm_quotacheck_dqadjust()
1845 ASSERT(prevdq->q_blk.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
1846 prevdq->q_blk.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
1946 if (dqp->q_blk.reserved < dqp->q_prealloc_lo_wmark) in xfs_inode_near_dquot_enforcement()
1949 if (dqp->q_blk.reserved >= dqp->q_prealloc_hi_wmark) in xfs_inode_near_dquot_enforcement()
1952 freesp = dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved; in xfs_inode_near_dquot_enforcement()