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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c102 zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = { variable
192 ASSERT((zio_checksum_table[child & ZIO_CHECKSUM_MASK].ci_flags &
232 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
258 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
299 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
412 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
H A Ddmu.c1491 ASSERT(zio_checksum_table[chksum].ci_flags &
1843 if (!(zio_checksum_table[checksum].ci_flags &
1845 (zio_checksum_table[checksum].ci_flags &
1885 if (!(zio_checksum_table[checksum].ci_flags &
1897 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags &
H A Dddt.c62 boolean_t prehash = zio_checksum_table[ddt->ddt_checksum].ci_flags &
241 zio_checksum_table[ddt->ddt_checksum].ci_name,
H A Dzio.c968 if (zio_checksum_table[checksum].ci_flags & ZCHECKSUM_FLAG_EMBEDDED) {
1176 ASSERT((zio_checksum_table[zp->zp_checksum].ci_flags &
2240 !(zio_checksum_table[BP_GET_CHECKSUM(bp)].ci_flags &
2253 ASSERT(zio_checksum_table[zp->zp_checksum].ci_flags &
2559 if (!(zio_checksum_table[zp->zp_checksum].ci_flags &
H A Dspa_misc.c1445 zio_checksum_table[BP_GET_CHECKSUM(bp)].ci_name;
H A Ddmu_send.c315 if (zio_checksum_table[drrw->drr_checksumtype].ci_flags &
H A Dzfs_ioctl.c3904 (zio_checksum_table[intval].ci_flags &
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_checksum.h79 extern zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS];
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c109 static zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = { variable
233 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
266 ci = &zio_checksum_table[checksum];
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c138 zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = { variable
169 zio_checksum_info_t *ci = &zio_checksum_table[checksum];
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c69 zio_checksum_table[(idx)].ci_name : "UNKNOWN")

Completed in 127 milliseconds