Lines Matching defs:leaf2
1661 * Return 0 unless leaf2 should go before leaf1.
1719 struct xfs_attr_leafblock *leaf2;
1736 leaf2 = blk2->bp->b_addr;
1738 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2);
1758 leaf2 = blk2->bp->b_addr;
1789 * leaf2 is the destination, compact it if it looks tight.
1797 * Move high entries from leaf1 to low end of leaf2.
1800 ichdr1.count - count, leaf2, &ichdr2, 0, count);
1826 * Move low entries from leaf2 to high end of leaf1.
1828 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1,
1833 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2);
1841 entries2 = xfs_attr3_leaf_entryp(leaf2);
1912 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr;
1954 leaf1 = leaf2;
2899 struct xfs_attr_leafblock *leaf2;
2938 leaf2 = bp2->b_addr;
2939 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
2946 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr2, leaf2);
2960 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2);
2964 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
2990 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2)));
2992 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
2996 XFS_DA_LOGRANGE(leaf2, name_rmt, sizeof(*name_rmt)));