Lines Matching refs:block_count
57 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block()
72 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count()
82 if (ext->block_count) in hfsplus_ext_lastblock()
84 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock()
305 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
310 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
317 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
326 block_count += count; in hfsplus_add_extent()
327 extent->block_count = cpu_to_be32(block_count); in hfsplus_add_extent()
350 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
369 extent->block_count = 0; in hfsplus_free_extents()
380 extent->block_count = cpu_to_be32(count); in hfsplus_free_extents()
392 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
410 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
490 hip->first_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
533 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()