Home
last modified time | relevance | path

Searched refs:bt_mount (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_buf.c231 bp->b_mount = target->bt_mount; in _xfs_buf_alloc()
595 eofs = XFS_FSB_TO_BB(btp->bt_mount, btp->bt_mount->m_sb.sb_dblocks); in xfs_buf_find()
597 xfs_alert(btp->bt_mount, in xfs_buf_find()
604 pag = xfs_perag_get(btp->bt_mount, in xfs_buf_find()
605 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
617 XFS_STATS_INC(btp->bt_mount, xb_miss_locked); in xfs_buf_find()
638 XFS_STATS_INC(btp->bt_mount, xb_busy_locked); in xfs_buf_find()
642 XFS_STATS_INC(btp->bt_mount, xb_get_locked_waited); in xfs_buf_find()
658 XFS_STATS_INC(btp->bt_mount, xb_get_locked); in xfs_buf_find()
741 xfs_warn(target->bt_mount, in xfs_buf_get_map()
[all …]
Dxfs_buf.h83 struct xfs_mount *bt_mount; member