Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dobd_cksum.h40 static inline unsigned char cksum_obd2cfs(cksum_type_t cksum_type) in cksum_obd2cfs() function
73 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)); in cksum_type_pack()
80 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)); in cksum_type_pack()
87 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_ADLER)); in cksum_type_pack()
124 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)), in cksum_types_supported_client()
125 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)), in cksum_types_supported_client()
126 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_ADLER))); in cksum_types_supported_client()
128 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)) > 0) in cksum_types_supported_client()
130 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)) > 0) in cksum_types_supported_client()
143 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)), in cksum_types_supported_server()
[all …]
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1161 unsigned char cfs_alg = cksum_obd2cfs(cksum_type); in osc_checksum_bulk()