ichdr_dst        1463 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_icleaf_hdr *ichdr_dst,
ichdr_dst        1488 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_src = *ichdr_dst;	/* struct copy */
ichdr_dst        1489 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_dst->firstused = args->geo->blksize;
ichdr_dst        1490 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_dst->usedbytes = 0;
ichdr_dst        1491 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_dst->count = 0;
ichdr_dst        1492 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_dst->holes = 0;
ichdr_dst        1493 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src);
ichdr_dst        1494 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr_dst->freemap[0].size = ichdr_dst->firstused -
ichdr_dst        1495 fs/xfs/libxfs/xfs_attr_leaf.c 						ichdr_dst->freemap[0].base;
ichdr_dst        1498 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr3_leaf_hdr_to_disk(args->geo, leaf_dst, ichdr_dst);
ichdr_dst        1505 fs/xfs/libxfs/xfs_attr_leaf.c 				leaf_dst, ichdr_dst, 0, ichdr_src.count);