Lines Matching refs:UDF_SB_PARTLEN
160 (bloc.logicalBlockNum + count) > UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)) in udf_bitmap_free_blocks()
164 UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)); in udf_bitmap_free_blocks()
233 if (first_block < 0 || first_block >= UDF_SB_PARTLEN(sb, partition)) in udf_bitmap_prealloc_blocks()
236 if (first_block + block_count > UDF_SB_PARTLEN(sb, partition)) in udf_bitmap_prealloc_blocks()
237 block_count = UDF_SB_PARTLEN(sb, partition) - first_block; in udf_bitmap_prealloc_blocks()
240 nr_groups = (UDF_SB_PARTLEN(sb, partition) + in udf_bitmap_prealloc_blocks()
299 if (goal < 0 || goal >= UDF_SB_PARTLEN(sb, partition)) in udf_bitmap_new_block()
438 (bloc.logicalBlockNum + count) > UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)) in udf_table_free_blocks()
442 UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)); in udf_table_free_blocks()
678 if (first_block < 0 || first_block >= UDF_SB_PARTLEN(sb, partition)) in udf_table_prealloc_blocks()
759 if (goal < 0 || goal >= UDF_SB_PARTLEN(sb, partition)) in udf_table_new_block()