Searched refs:q_mount (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_trans_dquot.c | 605 warnlimit = dqp->q_mount->m_quotainfo->qi_bwarnlimit; in xfs_trans_dqresv() 617 warnlimit = dqp->q_mount->m_quotainfo->qi_rtbwarnlimit; in xfs_trans_dqresv() 623 ((XFS_IS_UQUOTA_ENFORCED(dqp->q_mount) && XFS_QM_ISUDQ(dqp)) || in xfs_trans_dqresv() 624 (XFS_IS_GQUOTA_ENFORCED(dqp->q_mount) && XFS_QM_ISGDQ(dqp)) || in xfs_trans_dqresv() 625 (XFS_IS_PQUOTA_ENFORCED(dqp->q_mount) && XFS_QM_ISPDQ(dqp)))) { in xfs_trans_dqresv() 652 warnlimit = dqp->q_mount->m_quotainfo->qi_iwarnlimit; in xfs_trans_dqresv()
|
| D | xfs_dquot.c | 58 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot); in xfs_qm_dqdestroy() 296 if (!xfs_this_quota_on(dqp->q_mount, dqp->dq_flags)) { in xfs_dquot_disk_alloc() 447 dqp->q_mount = mp; in xfs_dquot_alloc() 977 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; in xfs_qm_dqput() 981 XFS_STATS_INC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dqput() 1070 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush()
|
| D | xfs_dquot_item.c | 112 xfs_log_force(dqp->q_mount, 0); in xfs_qm_dqunpin_wait() 247 xfs_log_item_init(dqp->q_mount, &lp->qli_item, XFS_LI_DQUOT, in xfs_qm_dquot_logitem_init()
|
| D | xfs_qm.c | 121 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge() 431 XFS_STATS_INC(dqp->q_mount, xs_qm_dqwants); in xfs_qm_dquot_isolate() 435 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dquot_isolate() 476 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dquot_isolate() 478 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaims); in xfs_qm_dquot_isolate() 483 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate() 488 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate() 1205 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_flush_one() 1582 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqfree_one()
|
| D | xfs_dquot.h | 36 struct xfs_mount*q_mount; /* filesystem this relates to */ member
|
| D | xfs_trace.h | 872 __entry->dev = dqp->q_mount->m_super->s_dev;
|