Searched refs:ZIO_CHECKSUM_FUNCTIONS (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_checksum.c143 zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = {
207 ASSERT(child < ZIO_CHECKSUM_FUNCTIONS);
208 ASSERT(parent < ZIO_CHECKSUM_FUNCTIONS);
224 ASSERT((child & ZIO_CHECKSUM_MASK) < ZIO_CHECKSUM_FUNCTIONS);
225 ASSERT((parent & ZIO_CHECKSUM_MASK) < ZIO_CHECKSUM_FUNCTIONS);
307 ASSERT((uint_t)checksum < ZIO_CHECKSUM_FUNCTIONS);
349 if (checksum >= ZIO_CHECKSUM_FUNCTIONS || ci->ci_func[0] == NULL)
466 checksum < ZIO_CHECKSUM_FUNCTIONS; checksum++) {
H A Dddt.c461 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) {
485 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) {
833 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++)
851 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) {
875 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) {
1144 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) {
1179 } while (++ddb->ddb_checksum < ZIO_CHECKSUM_FUNCTIONS);
H A Dzio.c763 if (BP_GET_CHECKSUM(bp) >= ZIO_CHECKSUM_FUNCTIONS ||
904 zp->zp_checksum < ZIO_CHECKSUM_FUNCTIONS &&
H A Ddmu.c2367 ASSERT3U(checksum, <, ZIO_CHECKSUM_FUNCTIONS);
H A Ddmu_send.c2193 drro->drr_checksumtype >= ZIO_CHECKSUM_FUNCTIONS ||
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio_checksum.h81 extern zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS];
H A Dspa_impl.h266 void *spa_cksum_tmpls[ZIO_CHECKSUM_FUNCTIONS];
345 ddt_t *spa_ddt[ZIO_CHECKSUM_FUNCTIONS]; /* in-core DDTs */
H A Dzio.h91 ZIO_CHECKSUM_FUNCTIONS enumerator in enum:zio_checksum
/freebsd-12-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c113 static zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = {
258 checksum < ZIO_CHECKSUM_FUNCTIONS; checksum++) {
281 if (checksum >= ZIO_CHECKSUM_FUNCTIONS)
H A Dzfsimpl.h564 ZIO_CHECKSUM_FUNCTIONS enumerator in enum:zio_checksum
1789 void *spa_cksum_tmpls[ZIO_CHECKSUM_FUNCTIONS];
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c77 #define ZDB_CHECKSUM_NAME(idx) ((idx) < ZIO_CHECKSUM_FUNCTIONS ? \
1216 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) {
4818 cksum < ZIO_CHECKSUM_FUNCTIONS; cksum++) {

Completed in 263 milliseconds