Lines Matching refs:block_count
56 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block()
71 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count()
81 if (ext->block_count) in hfsplus_ext_lastblock()
83 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock()
298 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
303 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
310 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
319 block_count += count; in hfsplus_add_extent()
320 extent->block_count = cpu_to_be32(block_count); in hfsplus_add_extent()
340 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
359 extent->block_count = 0; in hfsplus_free_extents()
370 extent->block_count = cpu_to_be32(count); in hfsplus_free_extents()
382 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
400 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
478 hip->first_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
521 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()