Home
last modified time | relevance | path

Searched refs:phd (Results 1 – 1 of 1) sorted by relevance

/linux/fs/udf/
H A Dsuper.c1065 struct partitionHeaderDesc *phd; in check_partition_desc() local
1079 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in check_partition_desc()
1080 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1081 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1082 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1083 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1114 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local
1154 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()
1155 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1158 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()
[all …]