Lines Matching refs:be16_to_cpu
66 return be16_to_cpu(block1) < be16_to_cpu(block2) ? -1 : 1; in hfs_ext_keycmp()
80 count = be16_to_cpu(ext->count); in hfs_ext_find_block()
82 return be16_to_cpu(ext->block) + off; in hfs_ext_find_block()
95 count += be16_to_cpu(ext->count); in hfs_ext_block_count()
107 return be16_to_cpu(ext->block) + be16_to_cpu(ext->count); in hfs_ext_lastblock()
182 HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN); in __hfs_ext_cache_extent()
215 be16_to_cpu(extent[i].block), in hfs_dump_extent()
216 be16_to_cpu(extent[i].count)); in hfs_dump_extent()
228 count = be16_to_cpu(extent->count); in hfs_add_extent()
230 start = be16_to_cpu(extent->block); in hfs_add_extent()
256 count = be16_to_cpu(extent->count); in hfs_free_extents()
267 start = be16_to_cpu(extent->block); in hfs_free_extents()
283 count = be16_to_cpu(extent->count); in hfs_free_extents()
308 blocks += be16_to_cpu(extent[i].count); in hfs_free_fork()
323 start = be16_to_cpu(fd.key->ext.FABN); in hfs_free_fork()