Lines Matching refs:ep
345 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_validate_extents() local
346 rec.l0 = get_unaligned(&ep->l0); in xfs_validate_extents()
347 rec.l1 = get_unaligned(&ep->l1); in xfs_validate_extents()
757 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iformat_extents() local
758 ep->l0 = get_unaligned_be64(&dp->l0); in xfs_iformat_extents()
759 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents()
2440 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iextents_copy() local
2441 start_block = xfs_bmbt_get_startblock(ep); in xfs_iextents_copy()
2450 put_unaligned(cpu_to_be64(ep->l0), &dp->l0); in xfs_iextents_copy()
2451 put_unaligned(cpu_to_be64(ep->l1), &dp->l1); in xfs_iextents_copy()
3603 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_iext_indirect_to_direct() local
3615 ep = ifp->if_u1.if_ext_irec->er_extbuf; in xfs_iext_indirect_to_direct()
3618 ifp->if_u1.if_extents = ep; in xfs_iext_indirect_to_direct()
3663 xfs_bmbt_rec_host_t *ep = NULL; /* pointer to target extent */ in xfs_iext_bno_to_ext() local
3690 ep = base + idx; in xfs_iext_bno_to_ext()
3691 startoff = xfs_bmbt_get_startoff(ep); in xfs_iext_bno_to_ext()
3692 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext()
3703 return ep; in xfs_iext_bno_to_ext()
3712 ep = NULL; in xfs_iext_bno_to_ext()
3714 ep = xfs_iext_get_ext(ifp, idx); in xfs_iext_bno_to_ext()
3718 return ep; in xfs_iext_bno_to_ext()