Home
last modified time | relevance | path

Searched refs:q_mount (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_trans_dquot.c616 warnlimit = dqp->q_mount->m_quotainfo->qi_bwarnlimit; in xfs_trans_dqresv()
628 warnlimit = dqp->q_mount->m_quotainfo->qi_rtbwarnlimit; in xfs_trans_dqresv()
634 ((XFS_IS_UQUOTA_ENFORCED(dqp->q_mount) && XFS_QM_ISUDQ(dqp)) || in xfs_trans_dqresv()
635 (XFS_IS_GQUOTA_ENFORCED(dqp->q_mount) && XFS_QM_ISGDQ(dqp)) || in xfs_trans_dqresv()
636 (XFS_IS_PQUOTA_ENFORCED(dqp->q_mount) && XFS_QM_ISPDQ(dqp)))) { in xfs_trans_dqresv()
663 warnlimit = dqp->q_mount->m_quotainfo->qi_iwarnlimit; in xfs_trans_dqresv()
Dxfs_dquot.c62 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot); in xfs_qm_dqdestroy()
299 if (!xfs_this_quota_on(dqp->q_mount, dqp->dq_flags)) { in xfs_dquot_disk_alloc()
449 dqp->q_mount = mp; in xfs_dquot_alloc()
980 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; in xfs_qm_dqput()
984 XFS_STATS_INC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dqput()
1073 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush()
Dxfs_qm.c125 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge()
435 XFS_STATS_INC(dqp->q_mount, xs_qm_dqwants); in xfs_qm_dquot_isolate()
439 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dquot_isolate()
480 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dquot_isolate()
482 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaims); in xfs_qm_dquot_isolate()
487 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate()
492 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate()
1218 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_flush_one()
1608 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqfree_one()
Dxfs_dquot_item.c124 xfs_log_force(dqp->q_mount, 0); in xfs_qm_dqunpin_wait()
278 xfs_log_item_init(dqp->q_mount, &lp->qli_item, XFS_LI_DQUOT, in xfs_qm_dquot_logitem_init()
Dxfs_dquot.h36 struct xfs_mount*q_mount; /* filesystem this relates to */ member
Dxfs_trace.h854 __entry->dev = dqp->q_mount->m_super->s_dev;