phd              1033 fs/udf/super.c 	struct partitionHeaderDesc *phd;
phd              1047 fs/udf/super.c 	phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
phd              1048 fs/udf/super.c 	utable = phd->unallocSpaceTable.extLength;
phd              1049 fs/udf/super.c 	umap = phd->unallocSpaceBitmap.extLength;
phd              1050 fs/udf/super.c 	ftable = phd->freedSpaceTable.extLength;
phd              1051 fs/udf/super.c 	fmap = phd->freedSpaceBitmap.extLength;
phd              1081 fs/udf/super.c 	struct partitionHeaderDesc *phd;
phd              1114 fs/udf/super.c 	phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
phd              1115 fs/udf/super.c 	if (phd->unallocSpaceTable.extLength) {
phd              1118 fs/udf/super.c 				phd->unallocSpaceTable.extPosition),
phd              1135 fs/udf/super.c 	if (phd->unallocSpaceBitmap.extLength) {
phd              1141 fs/udf/super.c 				phd->unallocSpaceBitmap.extPosition);