Home
last modified time | relevance | path

Searched refs:ichdr1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c60 struct xfs_attr3_icleaf_hdr *ichdr1,
1698 struct xfs_attr3_icleaf_hdr ichdr1; in xfs_attr_leaf_order() local
1702 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr); in xfs_attr_leaf_order()
1704 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order()
1728 struct xfs_attr3_icleaf_hdr ichdr1; in xfs_attr3_leaf_rebalance() local
1745 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance()
1759 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance()
1763 swap(ichdr1, ichdr2); in xfs_attr3_leaf_rebalance()
1778 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1, in xfs_attr3_leaf_rebalance()
1787 if (count < ichdr1.count) { in xfs_attr3_leaf_rebalance()
[all …]