Lines Matching refs:t_mountp
1918 mp = tp->t_mountp; in xfs_free_ag_extent()
2361 error = xfs_trans_get_buf(tp, tp->t_mountp->m_ddev_targp, in xfs_free_agfl_block()
2362 XFS_AGB_TO_DADDR(tp->t_mountp, agno, agbno), in xfs_free_agfl_block()
2363 tp->t_mountp->m_bsize, 0, &bp); in xfs_free_agfl_block()
2437 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_reset()
2476 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_agfl_block()
2514 struct xfs_mount *mp = tp->t_mountp; in __xfs_free_extent_later()
2555 XFS_FSB_TO_AGNO(tp->t_mountp, bno), 0, in __xfs_free_extent_later()
2556 XFS_FSB_TO_AGBNO(tp->t_mountp, bno), len); in __xfs_free_extent_later()
2812 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_get_freelist()
2834 if (XFS_IS_CORRUPT(tp->t_mountp, !xfs_verify_agbno(pag, bno))) in xfs_alloc_get_freelist()
2893 trace_xfs_agf(tp->t_mountp, bp->b_addr, fields, _RET_IP_); in xfs_alloc_log_agf()
2913 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_put_freelist()
3735 args.mp = tp->t_mountp; in xfs_free_extent_fix_freelist()
3769 struct xfs_mount *mp = tp->t_mountp; in __xfs_free_extent()