Lines Matching refs:bc_mp
82 trace_xfs_rmap_update(cur->bc_mp, cur->bc_private.a.agno, in xfs_rmap_update()
93 trace_xfs_rmap_update_error(cur->bc_mp, in xfs_rmap_update()
110 trace_xfs_rmap_insert(rcur->bc_mp, rcur->bc_private.a.agno, agbno, in xfs_rmap_insert()
116 XFS_WANT_CORRUPTED_GOTO(rcur->bc_mp, i == 0, done); in xfs_rmap_insert()
126 XFS_WANT_CORRUPTED_GOTO(rcur->bc_mp, i == 1, done); in xfs_rmap_insert()
129 trace_xfs_rmap_insert_error(rcur->bc_mp, in xfs_rmap_insert()
146 trace_xfs_rmap_delete(rcur->bc_mp, rcur->bc_private.a.agno, agbno, in xfs_rmap_delete()
152 XFS_WANT_CORRUPTED_GOTO(rcur->bc_mp, i == 1, done); in xfs_rmap_delete()
157 XFS_WANT_CORRUPTED_GOTO(rcur->bc_mp, i == 1, done); in xfs_rmap_delete()
160 trace_xfs_rmap_delete_error(rcur->bc_mp, in xfs_rmap_delete()
187 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_get_rec()
250 trace_xfs_rmap_find_left_neighbor_candidate(cur->bc_mp, in xfs_rmap_find_left_neighbor_helper()
302 trace_xfs_rmap_find_left_neighbor_query(cur->bc_mp, in xfs_rmap_find_left_neighbor()
310 trace_xfs_rmap_find_left_neighbor_result(cur->bc_mp, in xfs_rmap_find_left_neighbor()
326 trace_xfs_rmap_lookup_le_range_candidate(cur->bc_mp, in xfs_rmap_lookup_le_range_helper()
375 trace_xfs_rmap_lookup_le_range(cur->bc_mp, in xfs_rmap_lookup_le_range()
382 trace_xfs_rmap_lookup_le_range_result(cur->bc_mp, in xfs_rmap_lookup_le_range()
459 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_unmap()
491 trace_xfs_rmap_lookup_le_range_result(cur->bc_mp, in xfs_rmap_unmap()
711 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_map()
747 trace_xfs_rmap_lookup_le_range_result(cur->bc_mp, in xfs_rmap_map()
775 trace_xfs_rmap_find_right_neighbor_result(cur->bc_mp, in xfs_rmap_map()
930 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_convert()
966 trace_xfs_rmap_lookup_le_range_result(cur->bc_mp, in xfs_rmap_convert()
1002 trace_xfs_rmap_find_left_neighbor_result(cur->bc_mp, in xfs_rmap_convert()
1032 trace_xfs_rmap_find_right_neighbor_result(cur->bc_mp, in xfs_rmap_convert()
1337 trace_xfs_rmap_convert_error(cur->bc_mp, in xfs_rmap_convert()
1355 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_convert_shared()
1429 trace_xfs_rmap_find_right_neighbor_result(cur->bc_mp, in xfs_rmap_convert_shared()
1717 trace_xfs_rmap_convert_error(cur->bc_mp, in xfs_rmap_convert_shared()
1744 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_unmap_shared()
1884 trace_xfs_rmap_unmap_error(cur->bc_mp, in xfs_rmap_unmap_shared()
1906 struct xfs_mount *mp = cur->bc_mp; in xfs_rmap_map_shared()
1942 trace_xfs_rmap_find_right_neighbor_result(cur->bc_mp, in xfs_rmap_map_shared()
2037 trace_xfs_rmap_map_error(cur->bc_mp, in xfs_rmap_map_shared()
2215 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock); in xfs_rmap_finish_one()