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()
299 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
304 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
311 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
320 block_count += count; in hfsplus_add_extent()
321 extent->block_count = cpu_to_be32(block_count); in hfsplus_add_extent()
344 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
363 extent->block_count = 0; in hfsplus_free_extents()
374 extent->block_count = cpu_to_be32(count); in hfsplus_free_extents()
386 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
404 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
484 hip->first_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
527 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()