Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/raid/
H A Dmd_p.h356 R5LOG_PAYLOAD_FLUSH = 2, enumerator
/openbmc/linux/drivers/md/
H A Draid5-cache.c888 payload->header.type = cpu_to_le16(R5LOG_PAYLOAD_FLUSH); in r5l_append_flush_payload()
2034 } else if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) { in r5l_recovery_verify_data_checksum_for_mb()
2039 if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) { in r5l_recovery_verify_data_checksum_for_mb()
2106 if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) { in r5c_recovery_analyze_meta_block()