Lines Matching refs:q_mount
59 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot); in xfs_qm_dqdestroy()
72 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqlimits()
163 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqtimers()
170 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_blk, &defq->blk); in xfs_qm_adjust_dqtimers()
171 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino); in xfs_qm_adjust_dqtimers()
172 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_rtb, &defq->rtb); in xfs_qm_adjust_dqtimers()
308 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc()
459 dqp->q_mount = mp; in xfs_dquot_alloc()
1056 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; in xfs_qm_dqput()
1060 XFS_STATS_INC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dqput()
1186 if (!xfs_sb_version_hasbigtime(&dqp->q_mount->m_sb)) in xfs_qm_dqflush_check()
1208 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush()