Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dballoc.c160 (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()
[all …]
Dudf_sb.h61 int nr_groups = ((UDF_SB_PARTLEN((X),(Y)) + (sizeof(struct spaceBitmapDesc) << 3) +\
90 #define UDF_SB_PARTLEN(X,Y) ( UDF_SB_PARTMAPS(X)[(Y)].s_partition_len ) macro
Dsuper.c677 lastblock = UDF_SB_PARTLEN(sb, newfileset.partitionReferenceNum); in udf_find_fileset()
803 UDF_SB_PARTLEN(sb,i) = le32_to_cpu(p->partitionLength); /* blocks */ in udf_load_partdesc()
882 UDF_SB_PARTROOT(sb,i), UDF_SB_PARTLEN(sb,i)); in udf_load_partdesc()
1277 UDF_SB_PARTLEN(sb,i) = UDF_SB_PARTLEN(sb,ino.partitionReferenceNum); in udf_load_partition()
1672 buf->f_blocks = UDF_SB_PARTLEN(sb, UDF_SB_PARTITION(sb)); in udf_statfs()
Dpartition.c148 old_block < UDF_SB_PARTROOT(sb,i) + UDF_SB_PARTLEN(sb,i)) in udf_relocate_blocks()
Dinode.c1606 if ( ino.logicalBlockNum >= UDF_SB_PARTLEN(sb, ino.partitionReferenceNum) ) in udf_iget()