Searched refs:leaf2 (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1673 struct xfs_attr_leafblock *leaf2; in xfs_attr3_leaf_rebalance() local 1690 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance() 1692 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance() 1712 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance() 1754 ichdr1.count - count, leaf2, &ichdr2, 0, count); in xfs_attr3_leaf_rebalance() 1782 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1787 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2); in xfs_attr3_leaf_rebalance() 1795 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance() 1866 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_figure_balance() local 1908 leaf1 = leaf2; in xfs_attr3_leaf_figure_balance() [all …]
|
D | xfs_dir2_node.c | 1034 struct xfs_dir2_leaf *leaf2 = leaf2_bp->b_addr; in xfs_dir2_leafn_order() local 1041 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2); in xfs_dir2_leafn_order() 1070 xfs_dir2_leaf_t *leaf2; /* second leaf structure */ in xfs_dir2_leafn_rebalance() local 1092 leaf2 = blk2->bp->b_addr; in xfs_dir2_leafn_rebalance() 1094 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2); in xfs_dir2_leafn_rebalance() 1143 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf2, &hdr2); in xfs_dir2_leafn_rebalance()
|