Lines Matching refs:be32_to_cpu
28 return be32_to_cpu(k1id) < be32_to_cpu(k2id) ? -1 : 1; in hfsplus_ext_cmp_key()
37 return be32_to_cpu(k1s) < be32_to_cpu(k2s) ? -1 : 1; in hfsplus_ext_cmp_key()
56 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block()
58 return be32_to_cpu(ext->start_block) + off; in hfsplus_ext_find_block()
71 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count()
83 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock()
191 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()
297 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
298 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
310 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
312 start = be32_to_cpu(extent->start_block); in hfsplus_add_extent()
340 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
351 start = be32_to_cpu(extent->start_block); in hfsplus_free_extents()
382 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
394 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork()
400 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
416 start = be32_to_cpu(fd.key->ext.start_block); in hfsplus_free_fork()