Searched refs:leaf1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1567 struct xfs_attr_leafblock *leaf1; in xfs_attr3_leaf_rebalance() local 1584 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1586 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance() 1606 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1640 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1648 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1669 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1677 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1681 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1); in xfs_attr3_leaf_rebalance() 1689 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance() [all …]
|
D | xfs_dir2_node.c | 973 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; in xfs_dir2_leafn_order() local 980 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); in xfs_dir2_leafn_order() 982 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_order() 1009 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ in xfs_dir2_leafn_rebalance() local 1031 leaf1 = blk1->bp->b_addr; in xfs_dir2_leafn_rebalance() 1033 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); in xfs_dir2_leafn_rebalance() 1035 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_rebalance() 1082 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); in xfs_dir2_leafn_rebalance()
|