Searched refs:zio_checksum_info_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio_checksum.h68 } zio_checksum_info_t; typedef in typeref:struct:zio_checksum_info
79 extern zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS];
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_checksum.c87 * spa_t (spa_cksum_tmpls). If the zio_checksum_info_t contains
102 zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = {
240 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
266 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
307 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
419 zio_checksum_info_t *ci = &zio_checksum_table[checksum];

Completed in 114 milliseconds