Searched refs:phd (Results 1 – 1 of 1) sorted by relevance
996 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local1020 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()1021 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()1024 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()1041 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()1047 phd->unallocSpaceBitmap.extPosition); in udf_fill_partdesc_info()1053 if (phd->partitionIntegrityTable.extLength) in udf_fill_partdesc_info()1056 if (phd->freedSpaceTable.extLength) { in udf_fill_partdesc_info()1059 phd->freedSpaceTable.extPosition), in udf_fill_partdesc_info()1076 if (phd->freedSpaceBitmap.extLength) { in udf_fill_partdesc_info()[all …]