Lines Matching refs:phd
1025 struct partitionHeaderDesc *phd; in check_partition_desc() local
1039 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in check_partition_desc()
1040 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1041 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1042 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1043 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1074 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local
1107 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()
1108 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1111 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()
1128 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()
1134 phd->unallocSpaceBitmap.extPosition); in udf_fill_partdesc_info()