Lines Matching refs:ep
86 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_validate_extents() local
87 rec.l0 = get_unaligned(&ep->l0); in xfs_validate_extents()
88 rec.l1 = get_unaligned(&ep->l1); in xfs_validate_extents()
566 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iformat_extents() local
567 ep->l0 = get_unaligned_be64(&dp->l0); in xfs_iformat_extents()
568 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents()
2571 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iextents_copy() local
2572 start_block = xfs_bmbt_get_startblock(ep); in xfs_iextents_copy()
2581 put_unaligned(cpu_to_be64(ep->l0), &dp->l0); in xfs_iextents_copy()
2582 put_unaligned(cpu_to_be64(ep->l1), &dp->l1); in xfs_iextents_copy()
3858 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_iext_indirect_to_direct() local
3870 ep = ifp->if_u1.if_ext_irec->er_extbuf; in xfs_iext_indirect_to_direct()
3873 ifp->if_u1.if_extents = ep; in xfs_iext_indirect_to_direct()
3918 xfs_bmbt_rec_host_t *ep = NULL; /* pointer to target extent */ in xfs_iext_bno_to_ext() local
3945 ep = base + idx; in xfs_iext_bno_to_ext()
3946 startoff = xfs_bmbt_get_startoff(ep); in xfs_iext_bno_to_ext()
3947 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext()
3958 return ep; in xfs_iext_bno_to_ext()
3967 ep = NULL; in xfs_iext_bno_to_ext()
3969 ep = xfs_iext_get_ext(ifp, idx); in xfs_iext_bno_to_ext()
3973 return ep; in xfs_iext_bno_to_ext()