Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ceph/
A Dmessenger_v1.c466 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() local
483 crc = do_datacrc ? le32_to_cpu(msg->footer.data_crc) : 0; in write_partial_message_data()
501 if (do_datacrc) in write_partial_message_data()
506 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
514 if (do_datacrc) in write_partial_message_data()
993 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() local
1000 if (do_datacrc) in read_partial_msg_data()
1011 if (do_datacrc) in read_partial_msg_data()
1017 if (do_datacrc) in read_partial_msg_data()
1021 if (do_datacrc) in read_partial_msg_data()
[all …]

Completed in 4 milliseconds