Home
last modified time | relevance | path

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

/Linux-v5.15/fs/udf/
Dsuper.c1026 struct partitionHeaderDesc *phd; in check_partition_desc() local
1040 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in check_partition_desc()
1041 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1042 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1043 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1044 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1075 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local
1108 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()
1109 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1112 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()
[all …]