Searched refs:accessType (Results 1 – 7 of 7) sorted by relevance
46 uint8_t accessType; member
1035 switch (le32_to_cpu(p->accessType)) { in check_partition_desc()1097 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_READ_ONLY)) in udf_fill_partdesc_info()1099 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_WRITE_ONCE)) in udf_fill_partdesc_info()1101 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_REWRITABLE)) in udf_fill_partdesc_info()1103 if (p->accessType == cpu_to_le32(PD_ACCESS_TYPE_OVERWRITABLE)) in udf_fill_partdesc_info()
269 __le32 accessType; member
500 constexpr uint8_t accessType = in ipmiStorageGetFruInvAreaInfo() local503 return ipmi::responseSuccess(fruCache.size(), accessType); in ipmiStorageGetFruInvAreaInfo()
536 constexpr uint8_t accessType = in ipmiStorageGetFruInvAreaInfo() local539 return ipmi::responseSuccess(fru.size(), accessType); in ipmiStorageGetFruInvAreaInfo()
997 respPtr->accessType = static_cast<uint8_t>(GetFRUAreaAccessType::byte); in ipmiStorageGetFRUInvAreaInfo()
1762 accessType.value & uint64 & The raw value of the access type that caused the fault.\\1763 accessType.name & string & The human readable name, if available, of the access type that caused th…