Home
last modified time | relevance | path

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

/linux-6.12.1/fs/udf/
Dsuper.c1066 switch (le32_to_cpu(p->accessType)) { in check_partition_desc()
1128 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_READ_ONLY)) in udf_fill_partdesc_info()
1130 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_WRITE_ONCE)) in udf_fill_partdesc_info()
1132 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_REWRITABLE)) in udf_fill_partdesc_info()
1134 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_OVERWRITABLE)) in udf_fill_partdesc_info()
Decma_167.h269 __le32 accessType; member