Lines Matching refs:leaf2

1568 	struct xfs_attr_leafblock *leaf2;  in xfs_attr3_leaf_rebalance()  local
1585 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance()
1587 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance()
1607 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance()
1649 ichdr1.count - count, leaf2, &ichdr2, 0, count); in xfs_attr3_leaf_rebalance()
1677 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1682 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2); in xfs_attr3_leaf_rebalance()
1690 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance()
1761 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_figure_balance() local
1803 leaf1 = leaf2; in xfs_attr3_leaf_figure_balance()
2780 struct xfs_attr_leafblock *leaf2; in xfs_attr3_leaf_flipflags() local
2819 leaf2 = bp2->b_addr; in xfs_attr3_leaf_flipflags()
2820 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags()
2827 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_flipflags()
2841 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2); in xfs_attr3_leaf_flipflags()
2845 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2); in xfs_attr3_leaf_flipflags()
2871 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2))); in xfs_attr3_leaf_flipflags()
2873 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2); in xfs_attr3_leaf_flipflags()
2877 XFS_DA_LOGRANGE(leaf2, name_rmt, sizeof(*name_rmt))); in xfs_attr3_leaf_flipflags()