• Home
  • Raw
  • Download

Lines Matching refs:idx

501 	xfs_extnum_t	idx;		/* extent record index */  in xfs_bmap_trace_exlist()  local
510 for (idx = 0; idx < cnt; idx++) in xfs_bmap_trace_exlist()
511 trace_xfs_extlist(ip, idx, whichfork, caller_ip); in xfs_bmap_trace_exlist()
1481 int idx; /* extent record index */ in xfs_bmap_first_unused() local
1502 for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) { in xfs_bmap_first_unused()
1503 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_first_unused()
1733 ASSERT(bma->idx >= 0); in xfs_bmap_add_extent_delay_real()
1734 ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec)); in xfs_bmap_add_extent_delay_real()
1748 ep = xfs_iext_get_ext(ifp, bma->idx); in xfs_bmap_add_extent_delay_real()
1770 if (bma->idx > 0) { in xfs_bmap_add_extent_delay_real()
1772 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT); in xfs_bmap_add_extent_delay_real()
1790 if (bma->idx < bma->ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) { in xfs_bmap_add_extent_delay_real()
1792 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT); in xfs_bmap_add_extent_delay_real()
1823 bma->idx--; in xfs_bmap_add_extent_delay_real()
1824 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1825 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_delay_real()
1828 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1830 xfs_iext_remove(bma->ip, bma->idx + 1, 2, state); in xfs_bmap_add_extent_delay_real()
1865 bma->idx--; in xfs_bmap_add_extent_delay_real()
1867 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1868 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_delay_real()
1870 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1872 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_delay_real()
1897 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1901 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1903 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_delay_real()
1929 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1931 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1957 trace_xfs_bmap_pre_update(bma->ip, bma->idx - 1, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1958 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1), in xfs_bmap_add_extent_delay_real()
1962 trace_xfs_bmap_post_update(bma->ip, bma->idx - 1, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1965 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1988 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
1990 bma->idx--; in xfs_bmap_add_extent_delay_real()
1998 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2002 xfs_iext_insert(bma->ip, bma->idx, 1, new, state); in xfs_bmap_add_extent_delay_real()
2032 ep = xfs_iext_get_ext(ifp, bma->idx + 1); in xfs_bmap_add_extent_delay_real()
2034 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2043 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 1, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2045 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx + 1), in xfs_bmap_add_extent_delay_real()
2049 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2071 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2073 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2075 bma->idx++; in xfs_bmap_add_extent_delay_real()
2084 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2086 xfs_iext_insert(bma->ip, bma->idx + 1, 1, new, state); in xfs_bmap_add_extent_delay_real()
2116 ep = xfs_iext_get_ext(ifp, bma->idx); in xfs_bmap_add_extent_delay_real()
2118 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2120 bma->idx++; in xfs_bmap_add_extent_delay_real()
2146 trace_xfs_bmap_pre_update(bma->ip, bma->idx, 0, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2155 xfs_iext_insert(bma->ip, bma->idx + 1, 2, &LEFT, state); in xfs_bmap_add_extent_delay_real()
2196 ep = xfs_iext_get_ext(ifp, bma->idx); in xfs_bmap_add_extent_delay_real()
2198 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2199 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 2, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2200 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, bma->idx + 2), in xfs_bmap_add_extent_delay_real()
2202 trace_xfs_bmap_post_update(bma->ip, bma->idx + 2, state, _THIS_IP_); in xfs_bmap_add_extent_delay_real()
2204 bma->idx++; in xfs_bmap_add_extent_delay_real()
2264 xfs_extnum_t *idx, /* extent number to update/insert */ in xfs_bmap_add_extent_unwritten_real() argument
2290 ASSERT(*idx >= 0); in xfs_bmap_add_extent_unwritten_real()
2291 ASSERT(*idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec)); in xfs_bmap_add_extent_unwritten_real()
2304 ep = xfs_iext_get_ext(ifp, *idx); in xfs_bmap_add_extent_unwritten_real()
2327 if (*idx > 0) { in xfs_bmap_add_extent_unwritten_real()
2329 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT); in xfs_bmap_add_extent_unwritten_real()
2347 if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) { in xfs_bmap_add_extent_unwritten_real()
2349 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx + 1), &RIGHT); in xfs_bmap_add_extent_unwritten_real()
2378 --*idx; in xfs_bmap_add_extent_unwritten_real()
2380 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2381 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_unwritten_real()
2384 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2386 xfs_iext_remove(ip, *idx + 1, 2, state); in xfs_bmap_add_extent_unwritten_real()
2422 --*idx; in xfs_bmap_add_extent_unwritten_real()
2424 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2425 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_unwritten_real()
2427 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2429 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_unwritten_real()
2459 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2463 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2464 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_unwritten_real()
2495 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2497 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2520 trace_xfs_bmap_pre_update(ip, *idx - 1, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2521 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx - 1), in xfs_bmap_add_extent_unwritten_real()
2525 trace_xfs_bmap_post_update(ip, *idx - 1, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2527 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2532 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2534 --*idx; in xfs_bmap_add_extent_unwritten_real()
2567 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2574 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2576 xfs_iext_insert(ip, *idx, 1, new, state); in xfs_bmap_add_extent_unwritten_real()
2605 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2608 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2610 ++*idx; in xfs_bmap_add_extent_unwritten_real()
2612 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2613 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_unwritten_real()
2616 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2647 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2650 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2652 ++*idx; in xfs_bmap_add_extent_unwritten_real()
2653 xfs_iext_insert(ip, *idx, 1, new, state); in xfs_bmap_add_extent_unwritten_real()
2688 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2691 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_unwritten_real()
2700 ++*idx; in xfs_bmap_add_extent_unwritten_real()
2701 xfs_iext_insert(ip, *idx, 2, &r[0], state); in xfs_bmap_add_extent_unwritten_real()
2789 xfs_extnum_t *idx, /* extent number to update/insert */ in xfs_bmap_add_extent_hole_delay() argument
2807 if (*idx > 0) { in xfs_bmap_add_extent_hole_delay()
2809 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &left); in xfs_bmap_add_extent_hole_delay()
2819 if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) { in xfs_bmap_add_extent_hole_delay()
2821 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right); in xfs_bmap_add_extent_hole_delay()
2854 --*idx; in xfs_bmap_add_extent_hole_delay()
2858 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_delay()
2859 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp); in xfs_bmap_add_extent_hole_delay()
2864 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_hole_delay()
2866 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_delay()
2868 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_hole_delay()
2877 --*idx; in xfs_bmap_add_extent_hole_delay()
2880 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_delay()
2881 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp); in xfs_bmap_add_extent_hole_delay()
2885 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_hole_delay()
2887 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_delay()
2896 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_delay()
2901 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_hole_delay()
2904 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_delay()
2914 xfs_iext_insert(ip, *idx, 1, new, state); in xfs_bmap_add_extent_hole_delay()
2948 ASSERT(bma->idx >= 0); in xfs_bmap_add_extent_hole_real()
2949 ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec)); in xfs_bmap_add_extent_hole_real()
2963 if (bma->idx > 0) { in xfs_bmap_add_extent_hole_real()
2965 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &left); in xfs_bmap_add_extent_hole_real()
2974 if (bma->idx < ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) { in xfs_bmap_add_extent_hole_real()
2976 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right); in xfs_bmap_add_extent_hole_real()
3013 --bma->idx; in xfs_bmap_add_extent_hole_real()
3014 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_real()
3015 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_hole_real()
3018 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_real()
3020 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_hole_real()
3059 --bma->idx; in xfs_bmap_add_extent_hole_real()
3060 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_real()
3061 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_hole_real()
3063 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_real()
3091 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_real()
3092 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_hole_real()
3096 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); in xfs_bmap_add_extent_hole_real()
3125 xfs_iext_insert(bma->ip, bma->idx, 1, new, state); in xfs_bmap_add_extent_hole_real()
4300 if (bma->idx != NULLEXTNUM && bma->idx) { in xfs_bmapi_allocate()
4301 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), in xfs_bmapi_allocate()
4388 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got); in xfs_bmapi_allocate()
4446 error = xfs_bmap_add_extent_unwritten_real(bma->tp, bma->ip, &bma->idx, in xfs_bmapi_convert_unwritten()
4466 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got); in xfs_bmapi_convert_unwritten()
4581 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got, in xfs_bmapi_write()
4654 if (++bma.idx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t)) { in xfs_bmapi_write()
4655 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma.idx), in xfs_bmapi_write()
4728 xfs_extnum_t *idx, /* extent number to update/delete */ in xfs_bmap_del_extent() argument
4764 ASSERT((*idx >= 0) && (*idx < ifp->if_bytes / in xfs_bmap_del_extent()
4767 ep = xfs_iext_get_ext(ifp, *idx); in xfs_bmap_del_extent()
4841 xfs_iext_remove(ip, *idx, 1, in xfs_bmap_del_extent()
4843 --*idx; in xfs_bmap_del_extent()
4863 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
4871 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
4876 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
4892 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
4898 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
4902 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
4919 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
5007 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); in xfs_bmap_del_extent()
5008 xfs_iext_insert(ip, *idx + 1, 1, &new, state); in xfs_bmap_del_extent()
5009 ++*idx; in xfs_bmap_del_extent()