Lines Matching refs:ip1
145 ifp1 = xfs_ifork_ptr(req->ip1, whichfork); in xfs_exchmaps_check_forks()
664 if (XFS_IS_REALTIME_INODE(req->ip1)) in xfs_exchmaps_rmapbt_blocks()
679 struct xfs_mount *mp = req->ip1->i_mount; in xfs_exchmaps_estimate_overhead()
960 struct xfs_mount *mp = req->ip1->i_mount; in xmi_can_exchange_reflink_flags()
966 if (req->blockcount != XFS_B_TO_FSB(mp, req->ip1->i_disk_size)) in xmi_can_exchange_reflink_flags()
985 xmi->xmi_ip1 = req->ip1; in xfs_exchmaps_init_intent()
1001 xmi->xmi_isize2 = req->ip1->i_disk_size; in xfs_exchmaps_init_intent()
1005 if (xfs_is_reflink_inode(req->ip1)) in xfs_exchmaps_init_intent()
1079 error = xmi_next(req->ip1, bmap_flags, &irec1, &adj.right1); in xfs_exchmaps_estimate()
1088 d_nexts1 += xmi_delta_nextents_step(req->ip1->i_mount, in xfs_exchmaps_estimate()
1091 d_nexts2 += xmi_delta_nextents_step(req->ip1->i_mount, in xfs_exchmaps_estimate()
1109 if (XFS_IS_REALTIME_INODE(req->ip1) && in xfs_exchmaps_estimate()
1123 if (req->ip1 == req->ip2) { in xfs_exchmaps_estimate()
1124 error = xmi_ensure_delta_nextents(req, req->ip1, in xfs_exchmaps_estimate()
1127 error = xmi_ensure_delta_nextents(req, req->ip1, d_nexts1); in xfs_exchmaps_estimate()
1223 xfs_assert_ilocked(req->ip1, XFS_ILOCK_EXCL); in xfs_exchange_mappings()