• Home
  • Raw
  • Download

Lines Matching refs:right

391 	struct xfs_refcount_irec	*right,  in xfs_refcount_merge_center_extents()  argument
399 cur->bc_private.a.agno, left, center, right); in xfs_refcount_merge_center_extents()
510 struct xfs_refcount_irec *right, in xfs_refcount_merge_right_extent() argument
518 cur->bc_private.a.agno, cright, right); in xfs_refcount_merge_right_extent()
540 error = xfs_refcount_lookup_le(cur, right->rc_startblock, in xfs_refcount_merge_right_extent()
546 right->rc_startblock -= cright->rc_blockcount; in xfs_refcount_merge_right_extent()
547 right->rc_blockcount += cright->rc_blockcount; in xfs_refcount_merge_right_extent()
548 error = xfs_refcount_update(cur, right); in xfs_refcount_merge_right_extent()
654 struct xfs_refcount_irec *right, in xfs_refcount_find_right_extents() argument
664 right->rc_startblock = cright->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_right_extents()
683 *right = tmp; in xfs_refcount_find_right_extents()
708 cright->rc_blockcount = right->rc_startblock - in xfs_refcount_find_right_extents()
722 cright, right, agbno + aglen); in xfs_refcount_find_right_extents()
752 struct xfs_refcount_irec cright = {0}, right = {0}; in xfs_refcount_merge_extents() local
767 error = xfs_refcount_find_right_extents(cur, &right, &cright, *agbno, in xfs_refcount_merge_extents()
773 if (!xfs_refc_valid(&left) && !xfs_refc_valid(&right)) in xfs_refcount_merge_extents()
781 right.rc_blockcount; in xfs_refcount_merge_extents()
782 if (xfs_refc_valid(&left) && xfs_refc_valid(&right) && in xfs_refcount_merge_extents()
785 right.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()
789 &right, ulen, aglen); in xfs_refcount_merge_extents()
812 ulen = (unsigned long long)right.rc_blockcount + cright.rc_blockcount; in xfs_refcount_merge_extents()
813 if (xfs_refc_valid(&right) && xfs_refc_valid(&cright) && in xfs_refcount_merge_extents()
814 right.rc_refcount == cright.rc_refcount + adjust && in xfs_refcount_merge_extents()
817 return xfs_refcount_merge_right_extent(cur, &right, &cright, in xfs_refcount_merge_extents()