Lines Matching refs:be32_to_cpu
29 return be32_to_cpu(k1id) < be32_to_cpu(k2id) ? -1 : 1; in hfsplus_ext_cmp_key()
38 return be32_to_cpu(k1s) < be32_to_cpu(k2s) ? -1 : 1; in hfsplus_ext_cmp_key()
57 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block()
59 return be32_to_cpu(ext->start_block) + off; in hfsplus_ext_find_block()
72 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count()
84 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock()
196 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()
304 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
305 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
317 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
319 start = be32_to_cpu(extent->start_block); in hfsplus_add_extent()
350 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
361 start = be32_to_cpu(extent->start_block); in hfsplus_free_extents()
392 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
404 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork()
410 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
426 start = be32_to_cpu(fd.key->ext.start_block); in hfsplus_free_fork()