Lines Matching refs:right

2794 	xfs_bmbt_irec_t		right;	/* right neighbor extent entry */  in xfs_bmap_add_extent_hole_delay()  local
2819 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right); in xfs_bmap_add_extent_hole_delay()
2821 if (isnullstartblock(right.br_startblock)) in xfs_bmap_add_extent_hole_delay()
2835 new->br_startoff + new->br_blockcount == right.br_startoff && in xfs_bmap_add_extent_hole_delay()
2836 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_delay()
2839 right.br_blockcount <= MAXEXTLEN))) in xfs_bmap_add_extent_hole_delay()
2854 right.br_blockcount; in xfs_bmap_add_extent_hole_delay()
2860 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()
2895 temp = new->br_blockcount + right.br_blockcount; in xfs_bmap_add_extent_hole_delay()
2897 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()
2901 nullstartblock((int)newlen), temp, right.br_state); in xfs_bmap_add_extent_hole_delay()
2938 xfs_bmbt_irec_t right; /* right neighbor extent entry */ in xfs_bmap_add_extent_hole_real() local
2974 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right); in xfs_bmap_add_extent_hole_real()
2975 if (isnullstartblock(right.br_startblock)) in xfs_bmap_add_extent_hole_real()
2991 new->br_startoff + new->br_blockcount == right.br_startoff && in xfs_bmap_add_extent_hole_real()
2992 new->br_startblock + new->br_blockcount == right.br_startblock && in xfs_bmap_add_extent_hole_real()
2993 new->br_state == right.br_state && in xfs_bmap_add_extent_hole_real()
2994 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_real()
2997 right.br_blockcount <= MAXEXTLEN)) in xfs_bmap_add_extent_hole_real()
3015 right.br_blockcount); in xfs_bmap_add_extent_hole_real()
3026 error = xfs_bmbt_lookup_eq(bma->cur, right.br_startoff, in xfs_bmap_add_extent_hole_real()
3027 right.br_startblock, right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3044 right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3092 new->br_blockcount + right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3093 right.br_state); in xfs_bmap_add_extent_hole_real()
3101 right.br_startoff, in xfs_bmap_add_extent_hole_real()
3102 right.br_startblock, in xfs_bmap_add_extent_hole_real()
3103 right.br_blockcount, &i); in xfs_bmap_add_extent_hole_real()
3110 right.br_blockcount, in xfs_bmap_add_extent_hole_real()
3111 right.br_state); in xfs_bmap_add_extent_hole_real()