Searched refs:leaf2 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_attr_leaf.c | 1575 struct xfs_attr_leafblock *leaf2; in xfs_attr3_leaf_rebalance() local 1592 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance() 1594 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance() 1614 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance() 1656 ichdr1.count - count, leaf2, &ichdr2, 0, count); in xfs_attr3_leaf_rebalance() 1684 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1689 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2); in xfs_attr3_leaf_rebalance() 1697 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance() 1768 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_figure_balance() local 1810 leaf1 = leaf2; in xfs_attr3_leaf_figure_balance() [all …]
|
| D | xfs_dir2_node.c | 968 struct xfs_dir2_leaf *leaf2 = leaf2_bp->b_addr; in xfs_dir2_leafn_order() local 975 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_order() 977 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_order() 1004 xfs_dir2_leaf_t *leaf2; /* second leaf structure */ in xfs_dir2_leafn_rebalance() local 1026 leaf2 = blk2->bp->b_addr; in xfs_dir2_leafn_rebalance() 1028 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_rebalance() 1030 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_rebalance() 1077 dp->d_ops->leaf_hdr_to_disk(leaf2, &hdr2); in xfs_dir2_leafn_rebalance()
|