Lines Matching refs:zb

339     const zbookmark_phys_t *zb, zio_t *zio, uint64_t offset, uint64_t size)  in zfs_ereport_is_duplicate()  argument
372 if (zb != NULL) { in zfs_ereport_is_duplicate()
373 search.re_io_bookmark.zb_objset = zb->zb_objset; in zfs_ereport_is_duplicate()
374 search.re_io_bookmark.zb_object = zb->zb_object; in zfs_ereport_is_duplicate()
375 search.re_io_bookmark.zb_level = zb->zb_level; in zfs_ereport_is_duplicate()
376 search.re_io_bookmark.zb_blkid = zb->zb_blkid; in zfs_ereport_is_duplicate()
472 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start() argument
698 if (zb != NULL && (zio == NULL || zio->io_logical != NULL)) { in zfs_ereport_start()
701 DATA_TYPE_UINT64, zb->zb_objset, in zfs_ereport_start()
703 DATA_TYPE_UINT64, zb->zb_object, in zfs_ereport_start()
705 DATA_TYPE_INT64, zb->zb_level, in zfs_ereport_start()
707 DATA_TYPE_UINT64, zb->zb_blkid, NULL); in zfs_ereport_start()
1163 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state) in zfs_ereport_post() argument
1173 if (zfs_ereport_is_duplicate(subclass, spa, vd, zb, zio, 0, 0)) in zfs_ereport_post()
1180 zb, zio, state, 0)) in zfs_ereport_post()
1189 (void) subclass, (void) spa, (void) vd, (void) zb, (void) zio, in zfs_ereport_post()
1205 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum() argument
1214 if (zfs_ereport_is_duplicate(FM_EREPORT_ZFS_CHECKSUM, spa, vd, zb, zio, in zfs_ereport_start_checksum()
1221 (void) zb, (void) offset; in zfs_ereport_start_checksum()
1241 FM_EREPORT_ZFS_CHECKSUM, spa, vd, zb, zio, offset, length); in zfs_ereport_start_checksum()
1309 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum() argument
1322 if (zfs_ereport_is_duplicate(FM_EREPORT_ZFS_CHECKSUM, spa, vd, zb, zio, in zfs_ereport_post_checksum()
1330 spa, vd, zb, zio, offset, length) || (ereport == NULL)) { in zfs_ereport_post_checksum()
1342 (void) spa, (void) vd, (void) zb, (void) zio, (void) offset, in zfs_ereport_post_checksum()