ichdr1             58 fs/xfs/libxfs/xfs_attr_leaf.c 			struct xfs_attr3_icleaf_hdr *ichdr1,
ichdr1           1546 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr ichdr1;
ichdr1           1550 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr);
ichdr1           1552 fs/xfs/libxfs/xfs_attr_leaf.c 	return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2);
ichdr1           1576 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr ichdr1;
ichdr1           1593 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1);
ichdr1           1607 fs/xfs/libxfs/xfs_attr_leaf.c 	if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
ichdr1           1611 fs/xfs/libxfs/xfs_attr_leaf.c 		swap(ichdr1, ichdr2);
ichdr1           1626 fs/xfs/libxfs/xfs_attr_leaf.c 	state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1,
ichdr1           1635 fs/xfs/libxfs/xfs_attr_leaf.c 	if (count < ichdr1.count) {
ichdr1           1640 fs/xfs/libxfs/xfs_attr_leaf.c 		count = ichdr1.count - count;
ichdr1           1641 fs/xfs/libxfs/xfs_attr_leaf.c 		space  = ichdr1.usedbytes - totallen;
ichdr1           1655 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr3_leaf_moveents(args, leaf1, &ichdr1,
ichdr1           1656 fs/xfs/libxfs/xfs_attr_leaf.c 				ichdr1.count - count, leaf2, &ichdr2, 0, count);
ichdr1           1658 fs/xfs/libxfs/xfs_attr_leaf.c 	} else if (count > ichdr1.count) {
ichdr1           1669 fs/xfs/libxfs/xfs_attr_leaf.c 		count -= ichdr1.count;
ichdr1           1670 fs/xfs/libxfs/xfs_attr_leaf.c 		space  = totallen - ichdr1.usedbytes;
ichdr1           1676 fs/xfs/libxfs/xfs_attr_leaf.c 		max  = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1);
ichdr1           1677 fs/xfs/libxfs/xfs_attr_leaf.c 		max -= ichdr1.count * sizeof(xfs_attr_leaf_entry_t);
ichdr1           1679 fs/xfs/libxfs/xfs_attr_leaf.c 			xfs_attr3_leaf_compact(args, &ichdr1, blk1->bp);
ichdr1           1684 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1,
ichdr1           1685 fs/xfs/libxfs/xfs_attr_leaf.c 					ichdr1.count, count);
ichdr1           1688 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1);
ichdr1           1698 fs/xfs/libxfs/xfs_attr_leaf.c 	blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval);
ichdr1           1713 fs/xfs/libxfs/xfs_attr_leaf.c 	if (blk1->index > ichdr1.count) {
ichdr1           1715 fs/xfs/libxfs/xfs_attr_leaf.c 		blk2->index = blk1->index - ichdr1.count;
ichdr1           1718 fs/xfs/libxfs/xfs_attr_leaf.c 	} else if (blk1->index == ichdr1.count) {
ichdr1           1730 fs/xfs/libxfs/xfs_attr_leaf.c 			blk2->index = blk1->index - ichdr1.count;
ichdr1           1761 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr	*ichdr1,
ichdr1           1783 fs/xfs/libxfs/xfs_attr_leaf.c 	max = ichdr1->count + ichdr2->count;
ichdr1           1785 fs/xfs/libxfs/xfs_attr_leaf.c 	half += ichdr1->usedbytes + ichdr2->usedbytes +
ichdr1           1809 fs/xfs/libxfs/xfs_attr_leaf.c 		if (count == ichdr1->count) {
ichdr1           2781 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr ichdr1;
ichdr1           2816 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr1, leaf1);
ichdr1           2817 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT(args->index < ichdr1.count);