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()
465 dqp->q_mount = mp; in xfs_dquot_alloc()
529 if (xfs_has_crc(dqp->q_mount) || in xfs_dquot_check_type()
1092 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; in xfs_qm_dqput()
1096 XFS_STATS_INC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dqput()
1222 if (!xfs_has_bigtime(dqp->q_mount)) in xfs_qm_dqflush_check()
1244 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush()