Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Dzio_checksum.h24 zio_checksum_t *ci_func; /* checksum function for each byteorder */ member
/openbmc/u-boot/fs/zfs/
H A Dzfs.c271 if (checksum >= ZIO_CHECKSUM_FUNCTIONS || ci->ci_func == NULL) { in zio_checksum_verify()
279 ci->ci_func(buf, size, endian, &actual_cksum); in zio_checksum_verify()
283 ci->ci_func(buf, size, endian, &actual_cksum); in zio_checksum_verify()