Searched refs:q_mount (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_dquot.h | 64 struct xfs_mount *q_mount; member 176 return XFS_IS_UQUOTA_ENFORCED(dqp->q_mount); in xfs_dquot_is_enforced() 178 return XFS_IS_GQUOTA_ENFORCED(dqp->q_mount); in xfs_dquot_is_enforced() 180 return XFS_IS_PQUOTA_ENFORCED(dqp->q_mount); in xfs_dquot_is_enforced()
|
D | xfs_dquot.c | 53 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_mark_sick() 83 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot); in xfs_qm_dqdestroy() 96 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqlimits() 184 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqtimers() 191 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_blk, &defq->blk); in xfs_qm_adjust_dqtimers() 192 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino); in xfs_qm_adjust_dqtimers() 193 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_rtb, &defq->rtb); in xfs_qm_adjust_dqtimers() 318 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_disk_alloc() 335 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc() 501 dqp->q_mount = mp; in xfs_dquot_alloc() [all …]
|
D | xfs_dquot_item.c | 115 xfs_log_force(dqp->q_mount, 0); in xfs_qm_dqunpin_wait() 204 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dquot_logitem_precommit() 248 xfs_log_item_init(dqp->q_mount, &lp->qli_item, XFS_LI_DQUOT, in xfs_qm_dquot_logitem_init()
|
D | xfs_qm.c | 126 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; in xfs_qm_dqpurge() 176 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dqpurge() 440 XFS_STATS_INC(dqp->q_mount, xs_qm_dqwants); in xfs_qm_dquot_isolate() 444 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dquot_isolate() 483 XFS_STATS_DEC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dquot_isolate() 485 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaims); in xfs_qm_dquot_isolate() 492 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate() 497 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate() 1250 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_flush_one() 1690 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqfree_one()
|
D | xfs_trace.h | 1049 __entry->dev = dqp->q_mount->m_super->s_dev; 1174 __entry->dev = qtrx->qt_dquot->q_mount->m_super->s_dev;
|