Searched refs:block_count (Results 1 – 10 of 10) sorted by relevance
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()237 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()242 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument249 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()258 block_count += count; in hfsplus_add_extent()259 extent->block_count = cpu_to_be32(block_count); in hfsplus_add_extent()278 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents()[all …]
79 __be32 block_count; member
372 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork()
231 uint32_t block_count) in udf_bitmap_prealloc_blocks() argument245 if (first_block + block_count > part_len) in udf_bitmap_prealloc_blocks()246 block_count = part_len - first_block; in udf_bitmap_prealloc_blocks()261 while (bit < (sb->s_blocksize << 3) && block_count > 0) { in udf_bitmap_prealloc_blocks()271 block_count--; in udf_bitmap_prealloc_blocks()277 } while (block_count > 0); in udf_bitmap_prealloc_blocks()664 uint32_t first_block, uint32_t block_count) in udf_table_prealloc_blocks() argument704 alloc_count > block_count ? block_count : alloc_count)) in udf_table_prealloc_blocks()706 else if (alloc_count > block_count) { in udf_table_prealloc_blocks()707 alloc_count = block_count; in udf_table_prealloc_blocks()[all …]
15 __be32 block_count; /* number of blocks in partition */ member40 __be32 block_count; member
75 be32_to_cpu(part->block_count) * (secsize/512)); in mac_partition()
118 size = (label->cms.block_count - 1) in ibm_partition()
35 unsigned long int block_count, free_blocks; in reiserfs_resize() local76 block_count = SB_BLOCK_COUNT(s); in reiserfs_resize()201 free_blocks + (block_count_new - block_count - in reiserfs_resize()
206 u16 alloc_block, u16 block_count) in hfs_add_extent() argument222 block_count += count; in hfs_add_extent()223 extent->count = cpu_to_be16(block_count); in hfs_add_extent()
360 AFFS_HEAD(ext_bh)->block_count = cpu_to_be32(block + 1); in affs_get_block()869 AFFS_HEAD(ext_bh)->block_count = cpu_to_be32(i); in affs_truncate()