Searched refs:OBD_CKSUM_CRC32C (Results 1 – 3 of 3) sorted by relevance
47 case OBD_CKSUM_CRC32C: in cksum_obd2cfs()79 if (cksum_type & OBD_CKSUM_CRC32C) { in cksum_type_pack()80 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)); in cksum_type_pack()93 if (unlikely(cksum_type && !(cksum_type & (OBD_CKSUM_CRC32C | in cksum_type_pack()105 return OBD_CKSUM_CRC32C; in cksum_type_unpack()125 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)), in cksum_types_supported_client()128 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)) > 0) in cksum_types_supported_client()129 ret |= OBD_CKSUM_CRC32C; in cksum_types_supported_client()144 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)), in cksum_types_supported_server()149 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)) >= in cksum_types_supported_server()[all …]
1408 OBD_CKSUM_CRC32C= 0x00000004, enumerator
1113 LASSERTF(OBD_CKSUM_CRC32C == 0x00000004UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()1114 (unsigned)OBD_CKSUM_CRC32C); in lustre_assert_wire_constants()