Lines Matching refs:right
2793 xfs_bmbt_irec_t right; /* right neighbor extent entry */ in xfs_bmap_add_extent_hole_delay() local
2818 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right); in xfs_bmap_add_extent_hole_delay()
2820 if (isnullstartblock(right.br_startblock)) in xfs_bmap_add_extent_hole_delay()
2834 new->br_startoff + new->br_blockcount == right.br_startoff && in xfs_bmap_add_extent_hole_delay()
2835 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_delay()
2838 right.br_blockcount <= MAXEXTLEN))) in xfs_bmap_add_extent_hole_delay()
2853 right.br_blockcount; in xfs_bmap_add_extent_hole_delay()
2859 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()
2894 temp = new->br_blockcount + right.br_blockcount; in xfs_bmap_add_extent_hole_delay()
2896 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()
2900 nullstartblock((int)newlen), temp, right.br_state); in xfs_bmap_add_extent_hole_delay()
2937 xfs_bmbt_irec_t right; /* right neighbor extent entry */ in xfs_bmap_add_extent_hole_real() local
2973 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right); in xfs_bmap_add_extent_hole_real()
2974 if (isnullstartblock(right.br_startblock)) in xfs_bmap_add_extent_hole_real()
2990 new->br_startoff + new->br_blockcount == right.br_startoff && in xfs_bmap_add_extent_hole_real()
2991 new->br_startblock + new->br_blockcount == right.br_startblock && in xfs_bmap_add_extent_hole_real()
2992 new->br_state == right.br_state && in xfs_bmap_add_extent_hole_real()
2993 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_real()
2996 right.br_blockcount <= MAXEXTLEN)) in xfs_bmap_add_extent_hole_real()
3014 right.br_blockcount); in xfs_bmap_add_extent_hole_real()
3025 error = xfs_bmbt_lookup_eq(bma->cur, right.br_startoff, in xfs_bmap_add_extent_hole_real()
3026 right.br_startblock, right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3043 right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3091 new->br_blockcount + right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3092 right.br_state); in xfs_bmap_add_extent_hole_real()
3100 right.br_startoff, in xfs_bmap_add_extent_hole_real()
3101 right.br_startblock, in xfs_bmap_add_extent_hole_real()
3102 right.br_blockcount, &i); in xfs_bmap_add_extent_hole_real()
3109 right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3110 right.br_state); in xfs_bmap_add_extent_hole_real()