Home
last modified time | relevance | path

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

/linux/fs/udf/
A Dsuper.c1028 struct partitionHeaderDesc *phd; in check_partition_desc() local
1042 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in check_partition_desc()
1043 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1044 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1045 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1046 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1077 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local
1111 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1114 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()
1131 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()
[all …]

Completed in 7 milliseconds