Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.c290 bp->b_mount = target->bt_mount; in xfs_buf_alloc()
399 xfs_alert(btp->bt_mount, in xfs_buf_map_verify()
545 struct xfs_mount *mp = btp->bt_mount; in xfs_buftarg_get_pag()
600 XFS_STATS_INC(btp->bt_mount, xb_miss_locked); in xfs_buf_get_map()
611 XFS_STATS_INC(btp->bt_mount, xb_get_locked); in xfs_buf_get_map()
623 XFS_STATS_INC(btp->bt_mount, xb_get); in xfs_buf_get_map()
707 XFS_STATS_INC(target->bt_mount, xb_get_read); in xfs_buf_read_map()
737 if (!xlog_is_shutdown(target->bt_mount->m_log)) in xfs_buf_read_map()
784 XFS_STATS_INC(target->bt_mount, xb_get_read); in xfs_buf_readahead_map()
1555 flush_workqueue(btp->bt_mount->m_buf_workqueue); in xfs_buftarg_wait()
[all …]
H A Dxfs_buf_mem.c89 btp->bt_mount = mp; in xmbuf_alloc()
H A Dxfs_buf.h102 struct xfs_mount *bt_mount; member