Searched refs:OBD_CKSUM_CRC32 (Results 1 – 4 of 4) sorted by relevance
43 case OBD_CKSUM_CRC32: in cksum_obd2cfs()72 if (cksum_type & OBD_CKSUM_CRC32) { in cksum_type_pack()73 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)); in cksum_type_pack()94 OBD_CKSUM_CRC32 | in cksum_type_pack()107 return OBD_CKSUM_CRC32; in cksum_type_unpack()124 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)), in cksum_types_supported_client()130 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)) > 0) in cksum_types_supported_client()131 ret |= OBD_CKSUM_CRC32; in cksum_types_supported_client()143 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)), in cksum_types_supported_server()152 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)) >= in cksum_types_supported_server()[all …]
386 cli->cl_cksum_type = cli->cl_supp_cksum_types = OBD_CKSUM_CRC32; in client_obd_setup()
1406 OBD_CKSUM_CRC32 = 0x00000001, enumerator
1109 LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()1110 (unsigned)OBD_CKSUM_CRC32); in lustre_assert_wire_constants()