Lines Matching refs:bt_mount

271 	XFS_STATS_INC(target->bt_mount, xb_create);  in _xfs_buf_alloc()
428 XFS_STATS_INC(bp->b_target->bt_mount, xb_page_retries); in xfs_buf_allocate_memory()
433 XFS_STATS_INC(bp->b_target->bt_mount, xb_page_found); in xfs_buf_allocate_memory()
599 eofs = XFS_FSB_TO_BB(btp->bt_mount, btp->bt_mount->m_sb.sb_dblocks); in xfs_buf_find()
601 xfs_alert(btp->bt_mount, in xfs_buf_find()
608 pag = xfs_perag_get(btp->bt_mount, in xfs_buf_find()
609 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
621 XFS_STATS_INC(btp->bt_mount, xb_miss_locked); in xfs_buf_find()
642 XFS_STATS_INC(btp->bt_mount, xb_busy_locked); in xfs_buf_find()
646 XFS_STATS_INC(btp->bt_mount, xb_get_locked_waited); in xfs_buf_find()
662 XFS_STATS_INC(btp->bt_mount, xb_get_locked); in xfs_buf_find()
745 xfs_warn(target->bt_mount, in xfs_buf_get_map()
759 XFS_STATS_INC(target->bt_mount, xb_get); in xfs_buf_get_map()
795 XFS_STATS_INC(target->bt_mount, xb_get_read); in xfs_buf_read_map()
978 xfs_warn(target->bt_mount, in xfs_buf_get_uncached()
1142 xfs_log_force(bp->b_target->bt_mount, 0); in xfs_buf_lock()
1252 xfs_alert(bp->b_target->bt_mount, in xfs_buf_ioerror_alert()
1272 xfs_force_shutdown(bp->b_target->bt_mount, in xfs_bwrite()
1405 bp->b_ioend_wq = bp->b_target->bt_mount->m_buf_workqueue; in _xfs_buf_ioapply()
1424 xfs_force_shutdown(bp->b_target->bt_mount, in _xfs_buf_ioapply()
1429 struct xfs_mount *mp = bp->b_target->bt_mount; in _xfs_buf_ioapply()
1507 if (XFS_FORCED_SHUTDOWN(bp->b_target->bt_mount)) { in __xfs_buf_submit()
1679 flush_workqueue(btp->bt_mount->m_buf_workqueue); in xfs_wait_buftarg()
1691 xfs_alert(btp->bt_mount, in xfs_wait_buftarg()
1694 xfs_alert(btp->bt_mount, in xfs_wait_buftarg()
1793 xfs_warn(btp->bt_mount, in xfs_setsize_buftarg()
1829 btp->bt_mount = mp; in xfs_alloc_buftarg()
2163 if (XFS_TEST_ERROR(false, bp->b_target->bt_mount, in xfs_buf_set_ref()