[go: nahoru, domu]

Searched refs:bch_crc64 (Results 1 - 4 of 4) sorted by relevance

/drivers/md/bcache/
H A Dbcache.h778 bch_crc64(((void *) (i)) + sizeof(uint64_t), \
H A Dutil.c374 uint64_t bch_crc64(const void *data, size_t len) function
H A Dutil.h586 uint64_t bch_crc64(const void *, size_t);
H A Dsuper.c577 p->csum = bch_crc64(&p->magic, bucket_bytes(ca) - 8);
627 if (p->csum != bch_crc64(&p->magic, bucket_bytes(ca) - 8))

Completed in 73 milliseconds