• Home
  • Raw
  • Download

Lines Matching refs:ep

750 	xfs_bmbt_rec_host_t	*ep;	/* extent entry for idx */  in xfs_bmap_add_extent_delay_real()  local
788 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_add_extent_delay_real()
789 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_delay_real()
930 xfs_bmbt_set_startblock(ep, new->br_startblock); in xfs_bmap_add_extent_delay_real()
931 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_delay_real()
966 xfs_bmbt_set_startblock(ep, new->br_startblock); in xfs_bmap_add_extent_delay_real()
998 xfs_bmbt_set_startoff(ep, in xfs_bmap_add_extent_delay_real()
1003 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real()
1023 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_add_extent_delay_real()
1038 xfs_bmbt_set_startoff(ep, new_endoff); in xfs_bmap_add_extent_delay_real()
1040 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real()
1072 ep = xfs_iext_get_ext(ifp, idx + 1); in xfs_bmap_add_extent_delay_real()
1073 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_add_extent_delay_real()
1089 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real()
1114 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_add_extent_delay_real()
1130 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real()
1162 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_add_extent_delay_real()
1163 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_add_extent_delay_real()
1179 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real()
1243 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_add_extent_delay_real()
1244 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_add_extent_delay_real()
1306 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */ in xfs_bmap_add_extent_unwritten_real() local
1346 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_add_extent_unwritten_real()
1347 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_unwritten_real()
1502 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_unwritten_real()
1504 xfs_bmbt_set_state(ep, newext); in xfs_bmap_add_extent_unwritten_real()
1546 xfs_bmbt_set_state(ep, newext); in xfs_bmap_add_extent_unwritten_real()
1578 xfs_bmbt_set_startoff(ep, in xfs_bmap_add_extent_unwritten_real()
1584 xfs_bmbt_set_startblock(ep, in xfs_bmap_add_extent_unwritten_real()
1586 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_unwritten_real()
1626 ASSERT(ep && xfs_bmbt_get_state(ep) == oldext); in xfs_bmap_add_extent_unwritten_real()
1627 xfs_bmbt_set_startoff(ep, new_endoff); in xfs_bmap_add_extent_unwritten_real()
1628 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_unwritten_real()
1630 xfs_bmbt_set_startblock(ep, in xfs_bmap_add_extent_unwritten_real()
1672 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_unwritten_real()
1716 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_unwritten_real()
1760 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_unwritten_real()
1866 xfs_bmbt_rec_host_t *ep; /* extent record for idx */ in xfs_bmap_add_extent_hole_delay() local
1890 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_add_extent_hole_delay()
1907 xfs_bmbt_get_all(ep, &right); in xfs_bmap_add_extent_hole_delay()
1991 xfs_bmbt_set_allf(ep, new->br_startoff, in xfs_bmap_add_extent_hole_delay()
2055 xfs_bmbt_rec_host_t *ep; /* pointer to extent entry ins. point */ in xfs_bmap_add_extent_hole_real() local
2081 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_add_extent_hole_real()
2097 xfs_bmbt_get_all(ep, &right); in xfs_bmap_add_extent_hole_real()
2217 xfs_bmbt_set_allf(ep, new->br_startoff, new->br_startblock, in xfs_bmap_add_extent_hole_real()
3112 xfs_bmbt_rec_host_t *ep; /* current extent entry pointer */ in xfs_bmap_del_extent() local
3133 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_del_extent()
3134 xfs_bmbt_get_all(ep, &got); in xfs_bmap_del_extent()
3229 xfs_bmbt_set_startoff(ep, del_endoff); in xfs_bmap_del_extent()
3231 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_del_extent()
3236 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_del_extent()
3242 xfs_bmbt_set_startblock(ep, del_endblock); in xfs_bmap_del_extent()
3260 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_del_extent()
3265 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_del_extent()
3289 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_del_extent()
3340 xfs_bmbt_set_blockcount(ep, in xfs_bmap_del_extent()
3354 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); in xfs_bmap_del_extent()
3362 xfs_bmbt_set_startblock(ep, in xfs_bmap_del_extent()
3459 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_extents_to_btree() local
3547 ep = xfs_iext_get_ext(ifp, i); in xfs_bmap_extents_to_btree()
3548 if (!isnullstartblock(xfs_bmbt_get_startblock(ep))) { in xfs_bmap_extents_to_btree()
3549 arp->l0 = cpu_to_be64(ep->l0); in xfs_bmap_extents_to_btree()
3550 arp->l1 = cpu_to_be64(ep->l1); in xfs_bmap_extents_to_btree()
3635 xfs_bmbt_rec_host_t *ep;/* extent record pointer */ in xfs_bmap_local_to_extents() local
3672 ep = xfs_iext_get_ext(ifp, 0); in xfs_bmap_local_to_extents()
3673 xfs_bmbt_set_allf(ep, 0, args.fsbno, 1, XFS_EXT_NORM); in xfs_bmap_local_to_extents()
3709 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_search_multi_extents() local
3726 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx); in xfs_bmap_search_multi_extents()
3731 xfs_bmbt_get_all(ep, gotp); in xfs_bmap_search_multi_extents()
3738 ep = NULL; in xfs_bmap_search_multi_extents()
3741 return ep; in xfs_bmap_search_multi_extents()
3762 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_search_extents() local
3767 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp); in xfs_bmap_search_extents()
3784 return ep; in xfs_bmap_search_extents()
4393 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_first_unused() local
4394 off = xfs_bmbt_get_startoff(ep); in xfs_bmap_first_unused()
4402 lastaddr = off + xfs_bmbt_get_blockcount(ep); in xfs_bmap_first_unused()
4424 xfs_bmbt_rec_host_t *ep; /* pointer to last extent */ in xfs_bmap_last_before() local
4444 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before()
4446 if (eof || xfs_bmbt_get_startoff(ep) > bno) { in xfs_bmap_last_before()
4470 xfs_bmbt_rec_host_t *ep; /* pointer to last extent */ in xfs_bmap_last_offset() local
4492 ep = xfs_iext_get_ext(ifp, nextents - 1); in xfs_bmap_last_offset()
4493 *last_block = xfs_bmbt_get_startoff(ep) + xfs_bmbt_get_blockcount(ep); in xfs_bmap_last_offset()
4507 xfs_bmbt_rec_host_t *ep; /* ptr to fork's extent */ in xfs_bmap_one_block() local
4525 ep = xfs_iext_get_ext(ifp, 0); in xfs_bmap_one_block()
4526 xfs_bmbt_get_all(ep, &s); in xfs_bmap_one_block()
4700 xfs_bmbt_rec_host_t *ep; /* current extent record */ in xfs_bmap_trace_exlist() local
4708 ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_trace_exlist()
4709 xfs_bmbt_get_all(ep, &s); in xfs_bmap_trace_exlist()
4796 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmapi() local
4892 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmapi()
4927 ep = xfs_iext_get_ext(ifp, lastx - 1); in xfs_bmapi()
4928 xfs_bmbt_get_all(ep, &prev); in xfs_bmapi()
5139 ep = xfs_iext_get_ext(ifp, lastx); in xfs_bmapi()
5141 xfs_bmbt_get_all(ep, &got); in xfs_bmapi()
5174 ASSERT(ep != NULL); in xfs_bmapi()
5235 ep = xfs_iext_get_ext(ifp, lastx); in xfs_bmapi()
5237 xfs_bmbt_get_all(ep, &got); in xfs_bmapi()
5293 ep = xfs_iext_get_ext(ifp, ++lastx); in xfs_bmapi()
5298 xfs_bmbt_get_all(ep, &got); in xfs_bmapi()
5445 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bunmapi() local
5495 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bunmapi()
5506 ep = xfs_iext_get_ext(ifp, --lastx); in xfs_bunmapi()
5507 xfs_bmbt_get_all(ep, &got); in xfs_bunmapi()
5529 ep = xfs_iext_get_ext(ifp, lastx); in xfs_bunmapi()
5530 xfs_bmbt_get_all(ep, &got); in xfs_bunmapi()
5544 ASSERT(ep != NULL); in xfs_bunmapi()
5627 xfs_bmbt_get_all(--ep, &got); in xfs_bunmapi()
5726 ep = xfs_iext_get_ext(ifp, lastx); in xfs_bunmapi()
5729 xfs_bmbt_get_startoff(ep) > bno) { in xfs_bunmapi()
5731 ep = xfs_iext_get_ext(ifp, lastx); in xfs_bunmapi()
5734 xfs_bmbt_get_all(ep, &got); in xfs_bunmapi()
6275 xfs_bmbt_rec_t *ep; /* pointer to current extent */ in xfs_bmap_check_leaf_extents() local
6365 ep = XFS_BMBT_REC_ADDR(mp, block, 1); in xfs_bmap_check_leaf_extents()
6369 xfs_bmbt_disk_get_startoff(ep)); in xfs_bmap_check_leaf_extents()
6373 ASSERT(xfs_bmbt_disk_get_startoff(ep) + in xfs_bmap_check_leaf_extents()
6374 xfs_bmbt_disk_get_blockcount(ep) <= in xfs_bmap_check_leaf_extents()
6376 ep = nextp; in xfs_bmap_check_leaf_extents()
6379 last = *ep; in xfs_bmap_check_leaf_extents()