Lines Matching refs:phd
1064 struct partitionHeaderDesc *phd; in check_partition_desc() local
1078 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in check_partition_desc()
1079 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1080 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1081 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1082 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1113 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local
1153 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()
1154 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1157 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()
1174 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()
1180 phd->unallocSpaceBitmap.extPosition); in udf_fill_partdesc_info()