Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dutil.h553 static inline uint64_t bch_crc64_update(uint64_t crc, in bch_crc64_update() function
Drequest.c49 csum = bch_crc64_update(csum, d, bv.bv_len); in bio_csum()
Dbtree.c200 crc = bch_crc64_update(crc, data, end - data); in btree_csum_set()