1/* ICE in chrec_fold_plus_poly_poly. */
2
3typedef unsigned short __u16;
4typedef unsigned int u32;
5typedef __u16 __be16;
6struct hfs_extent {
7 __be16 count;
8};
9int hfs_free_fork( int type)
10{
11 u32 total_blocks, blocks, start;
12 struct hfs_extent *extent;
13 int res, i;
14 for (i = 0; i < 3; extent++, i++)
15  blocks += __fswab16((( __u16)(__be16)(extent[i].count)));
16}
17