Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dudf_sb.h92 #define UDF_SB_PARTNUM(X,Y) ( UDF_SB_PARTMAPS(X)[(Y)].s_partition_num ) macro
Dsuper.c907 UDF_SB_PARTNUM(sb,i) = le16_to_cpu(gpm1->partitionNum); in udf_load_logicalvol()
959 UDF_SB_PARTNUM(sb,i) = le16_to_cpu(upm2->partitionNum); in udf_load_logicalvol()
962 i, UDF_SB_PARTNUM(sb,i), type, UDF_SB_PARTVSN(sb,i)); in udf_load_logicalvol()
1242 UDF_SB_PARTNUM(sb,i) == UDF_SB_PARTNUM(sb,j)) in udf_load_partition()