Lines Matching full:zb
338 const zbookmark_phys_t *zb, zio_t *zio, uint64_t offset, uint64_t size) in zfs_ereport_is_duplicate() argument
371 if (zb != NULL) { in zfs_ereport_is_duplicate()
372 search.re_io_bookmark.zb_objset = zb->zb_objset; in zfs_ereport_is_duplicate()
373 search.re_io_bookmark.zb_object = zb->zb_object; in zfs_ereport_is_duplicate()
374 search.re_io_bookmark.zb_level = zb->zb_level; in zfs_ereport_is_duplicate()
375 search.re_io_bookmark.zb_blkid = zb->zb_blkid; in zfs_ereport_is_duplicate()
471 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start() argument
697 if (zb != NULL && (zio == NULL || zio->io_logical != NULL)) { in zfs_ereport_start()
700 DATA_TYPE_UINT64, zb->zb_objset, in zfs_ereport_start()
702 DATA_TYPE_UINT64, zb->zb_object, in zfs_ereport_start()
704 DATA_TYPE_INT64, zb->zb_level, in zfs_ereport_start()
706 DATA_TYPE_UINT64, zb->zb_blkid, NULL); in zfs_ereport_start()
1162 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state) in zfs_ereport_post() argument
1172 if (zfs_ereport_is_duplicate(subclass, spa, vd, zb, zio, 0, 0)) in zfs_ereport_post()
1179 zb, zio, state, 0)) in zfs_ereport_post()
1188 (void) subclass, (void) spa, (void) vd, (void) zb, (void) zio, in zfs_ereport_post()
1204 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum() argument
1213 if (zfs_ereport_is_duplicate(FM_EREPORT_ZFS_CHECKSUM, spa, vd, zb, zio, in zfs_ereport_start_checksum()
1220 (void) zb, (void) offset; in zfs_ereport_start_checksum()
1240 FM_EREPORT_ZFS_CHECKSUM, spa, vd, zb, zio, offset, length); in zfs_ereport_start_checksum()
1308 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum() argument
1321 if (zfs_ereport_is_duplicate(FM_EREPORT_ZFS_CHECKSUM, spa, vd, zb, zio, in zfs_ereport_post_checksum()
1329 spa, vd, zb, zio, offset, length) || (ereport == NULL)) { in zfs_ereport_post_checksum()
1341 (void) spa, (void) vd, (void) zb, (void) zio, (void) offset, in zfs_ereport_post_checksum()