Home
last modified time | relevance | path

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

/fs/udf/
Dballoc.c200 int alloc_count = 0; in udf_bitmap_prealloc_blocks() local
229 alloc_count++; in udf_bitmap_prealloc_blocks()
237 udf_add_free_space(sb, partition, -alloc_count); in udf_bitmap_prealloc_blocks()
239 return alloc_count; in udf_bitmap_prealloc_blocks()
526 int alloc_count = 0; in udf_table_prealloc_blocks() local
560 alloc_count = (elen >> sb->s_blocksize_bits); in udf_table_prealloc_blocks()
561 if (alloc_count > block_count) { in udf_table_prealloc_blocks()
562 alloc_count = block_count; in udf_table_prealloc_blocks()
563 eloc.logicalBlockNum += alloc_count; in udf_table_prealloc_blocks()
564 elen -= (alloc_count << sb->s_blocksize_bits); in udf_table_prealloc_blocks()
[all …]