Searched refs:ichdr1 (Results 1 – 1 of 1) sorted by relevance
60 struct xfs_attr3_icleaf_hdr *ichdr1,1694 struct xfs_attr3_icleaf_hdr ichdr1; in xfs_attr_leaf_order() local1724 struct xfs_attr3_icleaf_hdr ichdr1; in xfs_attr3_leaf_rebalance() local1759 swap(ichdr1, ichdr2); in xfs_attr3_leaf_rebalance()1783 if (count < ichdr1.count) { in xfs_attr3_leaf_rebalance()1788 count = ichdr1.count - count; in xfs_attr3_leaf_rebalance()1806 } else if (count > ichdr1.count) { in xfs_attr3_leaf_rebalance()1817 count -= ichdr1.count; in xfs_attr3_leaf_rebalance()1833 ichdr1.count, count); in xfs_attr3_leaf_rebalance()1861 if (blk1->index > ichdr1.count) { in xfs_attr3_leaf_rebalance()[all …]