Home
last modified time | relevance | path

Searched refs:block_count (Results 1 – 10 of 10) sorted by relevance

/fs/hfsplus/
Dextents.c56 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() argument
249 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 …]
Dhfsplus_raw.h79 __be32 block_count; member
Dinode.c372 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork()
/fs/udf/
Dballoc.c231 uint32_t block_count) in udf_bitmap_prealloc_blocks() argument
245 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() argument
704 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 …]
/fs/partitions/
Dmac.h15 __be32 block_count; /* number of blocks in partition */ member
40 __be32 block_count; member
Dmac.c75 be32_to_cpu(part->block_count) * (secsize/512)); in mac_partition()
Dibm.c118 size = (label->cms.block_count - 1) in ibm_partition()
/fs/reiserfs/
Dresize.c35 unsigned long int block_count, free_blocks; in reiserfs_resize() local
76 block_count = SB_BLOCK_COUNT(s); in reiserfs_resize()
201 free_blocks + (block_count_new - block_count - in reiserfs_resize()
/fs/hfs/
Dextent.c206 u16 alloc_block, u16 block_count) in hfs_add_extent() argument
222 block_count += count; in hfs_add_extent()
223 extent->count = cpu_to_be16(block_count); in hfs_add_extent()
/fs/affs/
Dfile.c360 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()