Searched refs:phd (Results 1 – 1 of 1) sorted by relevance
1033 struct partitionHeaderDesc *phd; in check_partition_desc() local1048 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in check_partition_desc()1049 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()1050 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()1051 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()1052 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()1082 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local1115 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()1116 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()1119 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()[all …]