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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dballoc.c157 (bloc.logicalBlockNum + count) > UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum))
161 UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum));
230 if (first_block < 0 || first_block >= UDF_SB_PARTLEN(sb, partition))
233 if (first_block + block_count > UDF_SB_PARTLEN(sb, partition))
234 block_count = UDF_SB_PARTLEN(sb, partition) - first_block;
237 nr_groups = (UDF_SB_PARTLEN(sb, partition) +
297 if (goal < 0 || goal >= UDF_SB_PARTLEN(sb, partition))
438 (bloc.logicalBlockNum + count) > UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum))
442 UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum));
682 if (first_block < 0 || first_block >= UDF_SB_PARTLEN(s
[all...]
H A Dudf_sb.h68 int nr_groups = ((UDF_SB_PARTLEN((X),(Y)) + (sizeof(struct spaceBitmapDesc) << 3) +\
113 #define UDF_SB_PARTLEN(X,Y) ( UDF_SB_PARTMAPS(X)[(Y)].s_partition_len ) macro
H A Dpartition.c144 old_block < UDF_SB_PARTROOT(sb,i) + UDF_SB_PARTLEN(sb,i))
H A Dsuper.c814 lastblock = UDF_SB_PARTLEN(sb, newfileset.partitionReferenceNum);
941 UDF_SB_PARTLEN(sb,i) = le32_to_cpu(p->partitionLength); /* blocks */
1020 UDF_SB_PARTROOT(sb,i), UDF_SB_PARTLEN(sb,i));
1414 UDF_SB_PARTLEN(sb,i) = UDF_SB_PARTLEN(sb,ino.partitionReferenceNum);
1796 buf->f_blocks = UDF_SB_PARTLEN(sb, UDF_SB_PARTITION(sb));
H A Dinode.c1683 if (ino.logicalBlockNum >= UDF_SB_PARTLEN(sb, ino.partitionReferenceNum)) {

Completed in 84 milliseconds