Lines Matching refs:mp
332 xfs_mount_t *mp = ailp->xa_mount; in xfsaild_push() local
353 xfs_log_force(mp, XFS_LOG_SYNC); in xfsaild_push()
723 struct xfs_mount *mp = ailp->xa_mount; in xfs_trans_ail_delete_bulk() local
726 if (!XFS_FORCED_SHUTDOWN(mp)) { in xfs_trans_ail_delete_bulk()
727 xfs_alert_tag(mp, XFS_PTAG_AILDELETE, in xfs_trans_ail_delete_bulk()
730 xfs_force_shutdown(mp, shutdown_type); in xfs_trans_ail_delete_bulk()
758 xfs_mount_t *mp) in xfs_trans_ail_init() argument
766 ailp->xa_mount = mp; in xfs_trans_ail_init()
778 mp->m_ail = ailp; in xfs_trans_ail_init()
788 xfs_mount_t *mp) in xfs_trans_ail_destroy() argument
790 struct xfs_ail *ailp = mp->m_ail; in xfs_trans_ail_destroy()