Searched refs:bt_mount (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf.c | 242 bp->b_mount = target->bt_mount; in _xfs_buf_alloc() 531 eofs = XFS_FSB_TO_BB(btp->bt_mount, btp->bt_mount->m_sb.sb_dblocks); in xfs_buf_map_verify() 533 xfs_alert(btp->bt_mount, in xfs_buf_map_verify() 699 pag = xfs_perag_get(btp->bt_mount, in xfs_buf_get_map() 700 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_get_map() 708 XFS_STATS_INC(btp->bt_mount, xb_miss_locked); in xfs_buf_get_map() 719 XFS_STATS_INC(btp->bt_mount, xb_get_locked); in xfs_buf_get_map() 727 xfs_warn_ratelimited(btp->bt_mount, in xfs_buf_get_map() 742 XFS_STATS_INC(btp->bt_mount, xb_ge in xfs_buf_get_map() [all...] |
H A D | xfs_buf.h | 104 struct xfs_mount *bt_mount; member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.c | 243 bp->b_mount = target->bt_mount; in _xfs_buf_alloc() 611 eofs = XFS_FSB_TO_BB(btp->bt_mount, btp->bt_mount->m_sb.sb_dblocks); in xfs_buf_find() 613 xfs_alert(btp->bt_mount, in xfs_buf_find() 620 pag = xfs_perag_get(btp->bt_mount, in xfs_buf_find() 621 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find() 633 XFS_STATS_INC(btp->bt_mount, xb_miss_locked); in xfs_buf_find() 654 XFS_STATS_INC(btp->bt_mount, xb_busy_locked); in xfs_buf_find() 658 XFS_STATS_INC(btp->bt_mount, xb_get_locked_waited); in xfs_buf_find() 673 XFS_STATS_INC(btp->bt_mount, xb_get_locke in xfs_buf_find() [all...] |
H A D | xfs_buf.h | 92 struct xfs_mount *bt_mount; member
|
Completed in 5 milliseconds