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()
147 HFSPLUS_I(inode).cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()
236 dprint(DBG_EXTENT, " %u:%u", be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
237 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
249 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
251 start = be32_to_cpu(extent->start_block); in hfsplus_add_extent()
278 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
289 start = be32_to_cpu(extent->start_block); in hfsplus_free_extents()
305 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
316 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork()
322 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
336 start = be32_to_cpu(fd.key->ext.start_block); in hfsplus_free_fork()