Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_cksum.h43 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 …]
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c386 cli->cl_cksum_type = cli->cl_supp_cksum_types = OBD_CKSUM_CRC32; in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1406 OBD_CKSUM_CRC32 = 0x00000001, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1109 LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
1110 (unsigned)OBD_CKSUM_CRC32); in lustre_assert_wire_constants()