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()
307 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
312 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
319 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
328 block_count += count; in hfsplus_add_extent()
329 extent->block_count = cpu_to_be32(block_count); in hfsplus_add_extent()
349 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
367 extent->block_count = 0; in hfsplus_free_extents()
377 extent->block_count = cpu_to_be32(count); in hfsplus_free_extents()
389 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()
407 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork()
489 hip->first_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
534 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()