Searched refs:ci_flags (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c260 ASSERT((zio_checksum_table[child & ZIO_CHECKSUM_MASK].ci_flags &
349 boolean_t insecure = (ci->ci_flags & ZCHECKSUM_FLAG_DEDUP) == 0;
356 if (ci->ci_flags & ZCHECKSUM_FLAG_EMBEDDED) {
429 IMPLY(bp == NULL, ci->ci_flags & ZCHECKSUM_FLAG_EMBEDDED);
432 if (ci->ci_flags & ZCHECKSUM_FLAG_EMBEDDED) {
510 if (!(ci->ci_flags & ZCHECKSUM_FLAG_DEDUP)) {
H A Ddmu.c1614 VERIFY(zio_checksum_table[chksum].ci_flags &
2044 if (!(zio_checksum_table[checksum].ci_flags &
2046 (zio_checksum_table[checksum].ci_flags &
2098 if (!(zio_checksum_table[checksum].ci_flags &
2110 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags &
H A Dddt.c172 boolean_t prehash = zio_checksum_table[ddt->ddt_checksum].ci_flags &
H A Dzio.c1513 if (zio_checksum_table[checksum].ci_flags & ZCHECKSUM_FLAG_EMBEDDED) {
1766 ASSERT((zio_checksum_table[zp->zp_checksum].ci_flags &
3164 !(zio_checksum_table[BP_GET_CHECKSUM(bp)].ci_flags &
3178 ASSERT(zio_checksum_table[zp->zp_checksum].ci_flags &
3521 if (!(zio_checksum_table[zp->zp_checksum].ci_flags &
H A Ddmu_send.c544 if (zio_checksum_table[drrw->drr_checksumtype].ci_flags &
/freebsd-current/usr.sbin/sa/
H A Dextern.h50 u_int ci_flags; /* flags; see below */ member in struct:cmdinfo
H A Dpdb.c61 u_int ci_flags; /* flags; see below */ member in struct:cmdinfov1
88 civ2.ci_flags = civ1.ci_flags;
205 ((ci.ci_flags & CI_UNPRINTABLE) != 0 || ci.ci_calls <= 1)) {
H A Dmain.c341 ci.ci_flags |= CI_UNPRINTABLE;
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzio_checksum.h92 zio_checksum_flags_t ci_flags; member in struct:zio_checksum_info
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.h68 ushort_t ci_flags; /* case flags (see below) */ member in struct:fmd_case
H A Dfmd_api.c266 cp->ci_flags = FMD_CF_DIRTY;
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfssubr.c98 zio_checksum_flags_t ci_flags; member in struct:zio_checksum_info
301 if (ci->ci_flags & ZCHECKSUM_FLAG_EMBEDDED) {
/freebsd-current/contrib/tcpdump/
H A Dprint-decnet.c411 byte ci_flags; /* message flags */ member in struct:cimsg
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8753 if ((zio_checksum_table[ck].ci_flags &

Completed in 976 milliseconds