Lines Matching refs:q_blk
560 defq->blk.hard = dqp->q_blk.hardlimit; in xfs_qm_set_defquota()
561 defq->blk.soft = dqp->q_blk.softlimit; in xfs_qm_set_defquota()
605 if (dqp->q_blk.timer) in xfs_qm_init_timelimits()
606 defq->blk.time = dqp->q_blk.timer; in xfs_qm_init_timelimits()
611 if (dqp->q_blk.warnings) in xfs_qm_init_timelimits()
612 defq->blk.warn = dqp->q_blk.warnings; 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()
1806 ASSERT(prevdq->q_blk.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
1807 prevdq->q_blk.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
1907 if (dqp->q_blk.reserved < dqp->q_prealloc_lo_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()