Lines Matching refs:bt_mount
245 XFS_STATS_INC(target->bt_mount, xb_create); in _xfs_buf_alloc()
402 XFS_STATS_INC(bp->b_target->bt_mount, xb_page_retries); in xfs_buf_allocate_memory()
407 XFS_STATS_INC(bp->b_target->bt_mount, xb_page_found); in xfs_buf_allocate_memory()
573 eofs = XFS_FSB_TO_BB(btp->bt_mount, btp->bt_mount->m_sb.sb_dblocks); in xfs_buf_find()
575 xfs_alert(btp->bt_mount, in xfs_buf_find()
582 pag = xfs_perag_get(btp->bt_mount, in xfs_buf_find()
583 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
595 XFS_STATS_INC(btp->bt_mount, xb_miss_locked); in xfs_buf_find()
616 XFS_STATS_INC(btp->bt_mount, xb_busy_locked); in xfs_buf_find()
620 XFS_STATS_INC(btp->bt_mount, xb_get_locked_waited); in xfs_buf_find()
636 XFS_STATS_INC(btp->bt_mount, xb_get_locked); in xfs_buf_find()
719 xfs_warn(target->bt_mount, in xfs_buf_get_map()
733 XFS_STATS_INC(target->bt_mount, xb_get); in xfs_buf_get_map()
769 XFS_STATS_INC(target->bt_mount, xb_get_read); in xfs_buf_read_map()
952 xfs_warn(target->bt_mount, in xfs_buf_get_uncached()
1106 xfs_log_force(bp->b_target->bt_mount, 0); in xfs_buf_lock()
1214 xfs_alert(bp->b_target->bt_mount, in xfs_buf_ioerror_alert()
1234 xfs_force_shutdown(bp->b_target->bt_mount, in xfs_bwrite()
1367 bp->b_ioend_wq = bp->b_target->bt_mount->m_buf_workqueue; in _xfs_buf_ioapply()
1386 xfs_force_shutdown(bp->b_target->bt_mount, in _xfs_buf_ioapply()
1391 struct xfs_mount *mp = bp->b_target->bt_mount; in _xfs_buf_ioapply()
1469 if (XFS_FORCED_SHUTDOWN(bp->b_target->bt_mount)) { in __xfs_buf_submit()
1642 flush_workqueue(btp->bt_mount->m_buf_workqueue); in xfs_wait_buftarg()
1654 xfs_alert(btp->bt_mount, in xfs_wait_buftarg()
1657 xfs_alert(btp->bt_mount, in xfs_wait_buftarg()
1756 xfs_warn(btp->bt_mount, in xfs_setsize_buftarg()
1792 btp->bt_mount = mp; in xfs_alloc_buftarg()
2119 if (XFS_TEST_ERROR(false, bp->b_target->bt_mount, in xfs_buf_set_ref()