ichdr2             60 fs/xfs/libxfs/xfs_attr_leaf.c 			struct xfs_attr3_icleaf_hdr *ichdr2,
ichdr2           1547 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr ichdr2;
ichdr2           1551 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr);
ichdr2           1552 fs/xfs/libxfs/xfs_attr_leaf.c 	return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2);
ichdr2           1577 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr ichdr2;
ichdr2           1594 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2);
ichdr2           1595 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT(ichdr2.count == 0);
ichdr2           1607 fs/xfs/libxfs/xfs_attr_leaf.c 	if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
ichdr2           1611 fs/xfs/libxfs/xfs_attr_leaf.c 		swap(ichdr1, ichdr2);
ichdr2           1627 fs/xfs/libxfs/xfs_attr_leaf.c 						      blk2, &ichdr2,
ichdr2           1647 fs/xfs/libxfs/xfs_attr_leaf.c 		max  = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1);
ichdr2           1648 fs/xfs/libxfs/xfs_attr_leaf.c 		max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t);
ichdr2           1650 fs/xfs/libxfs/xfs_attr_leaf.c 			xfs_attr3_leaf_compact(args, &ichdr2, blk2->bp);
ichdr2           1656 fs/xfs/libxfs/xfs_attr_leaf.c 				ichdr1.count - count, leaf2, &ichdr2, 0, count);
ichdr2           1684 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1,
ichdr2           1689 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2);
ichdr2           1699 fs/xfs/libxfs/xfs_attr_leaf.c 	blk2->hashval = be32_to_cpu(entries2[ichdr2.count - 1].hashval);
ichdr2           1763 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr	*ichdr2,
ichdr2           1783 fs/xfs/libxfs/xfs_attr_leaf.c 	max = ichdr1->count + ichdr2->count;
ichdr2           1785 fs/xfs/libxfs/xfs_attr_leaf.c 	half += ichdr1->usedbytes + ichdr2->usedbytes +
ichdr2           1926 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_attr3_icleaf_hdr ichdr2;
ichdr2           1938 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, bp->b_addr);
ichdr2           1942 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.usedbytes - ichdr2.usedbytes -
ichdr2           1943 fs/xfs/libxfs/xfs_attr_leaf.c 			((ichdr.count + ichdr2.count) *
ichdr2           2782 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr ichdr2;
ichdr2           2820 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr2, leaf2);
ichdr2           2821 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT(args->index2 < ichdr2.count);