Lines Matching refs:ep
57 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_validate_extents() local
58 rec.l0 = get_unaligned(&ep->l0); in xfs_validate_extents()
59 rec.l1 = get_unaligned(&ep->l1); in xfs_validate_extents()
337 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iformat_extents() local
338 ep->l0 = get_unaligned_be64(&dp->l0); in xfs_iformat_extents()
339 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents()
761 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iextents_copy() local
762 start_block = xfs_bmbt_get_startblock(ep); in xfs_iextents_copy()
771 put_unaligned_be64(ep->l0, &dp->l0); in xfs_iextents_copy()
772 put_unaligned_be64(ep->l1, &dp->l1); in xfs_iextents_copy()
1476 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_iext_indirect_to_direct() local
1488 ep = ifp->if_u1.if_ext_irec->er_extbuf; in xfs_iext_indirect_to_direct()
1491 ifp->if_u1.if_extents = ep; in xfs_iext_indirect_to_direct()
1536 xfs_bmbt_rec_host_t *ep = NULL; /* pointer to target extent */ in xfs_iext_bno_to_ext() local
1563 ep = base + idx; in xfs_iext_bno_to_ext()
1564 startoff = xfs_bmbt_get_startoff(ep); in xfs_iext_bno_to_ext()
1565 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext()
1576 return ep; in xfs_iext_bno_to_ext()
1585 ep = NULL; in xfs_iext_bno_to_ext()
1587 ep = xfs_iext_get_ext(ifp, idx); in xfs_iext_bno_to_ext()
1591 return ep; in xfs_iext_bno_to_ext()