Lines Matching defs:gotp
911 * expanded extent structure in *gotp, and the extent cursor in *cur.
913 * it lies in a hole) return that extent in *gotp and its cursor in *cur
924 struct xfs_bmbt_irec *gotp)
951 xfs_iext_get(gotp, cur_rec(cur));
965 struct xfs_bmbt_irec *gotp)
968 if (xfs_iext_lookup_extent(ip, ifp, *end - 1, cur, gotp) &&
969 gotp->br_startoff <= *end - 1)
971 if (!xfs_iext_prev_extent(ifp, cur, gotp))
973 *end = gotp->br_startoff + gotp->br_blockcount;
1005 * in gotp. Else return false.
1011 struct xfs_bmbt_irec *gotp)
1015 xfs_iext_get(gotp, cur_rec(cur));