Lines Matching defs:leaf2
1615 * Return 0 unless leaf2 should go before leaf1.
1673 struct xfs_attr_leafblock *leaf2;
1690 leaf2 = blk2->bp->b_addr;
1692 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2);
1712 leaf2 = blk2->bp->b_addr;
1743 * leaf2 is the destination, compact it if it looks tight.
1751 * Move high entries from leaf1 to low end of leaf2.
1754 ichdr1.count - count, leaf2, &ichdr2, 0, count);
1780 * Move low entries from leaf2 to high end of leaf1.
1782 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1,
1787 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2);
1795 entries2 = xfs_attr3_leaf_entryp(leaf2);
1866 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr;
1908 leaf1 = leaf2;
2855 struct xfs_attr_leafblock *leaf2;
2894 leaf2 = bp2->b_addr;
2895 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
2902 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr2, leaf2);
2916 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2);
2920 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
2946 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2)));
2948 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
2952 XFS_DA_LOGRANGE(leaf2, name_rmt, sizeof(*name_rmt)));