Home
last modified time | relevance | path

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

/linux/include/uapi/linux/raid/
H A Dmd_p.h352 R5LOG_PAYLOAD_FLUSH = 2, enumerator
/linux/drivers/md/
H A Draid5-cache.c886 payload->header.type = cpu_to_le16(R5LOG_PAYLOAD_FLUSH); in r5l_append_flush_payload()
2025 } else if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) { in r5l_recovery_verify_data_checksum_for_mb()
2026 /* nothing to do for R5LOG_PAYLOAD_FLUSH here */ in r5l_recovery_verify_data_checksum_for_mb()
2030 if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) { in r5l_recovery_verify_data_checksum_for_mb()
2097 if (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_FLUSH) { in r5c_recovery_analyze_meta_block()