Deleted Added
full compact
zio.h (332547) zio.h (339034)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 579 unchanged lines hidden (view full) ---

588extern zio_t *zio_vdev_delegated_io(vdev_t *vd, uint64_t offset,
589 struct abd *data, uint64_t size, int type, zio_priority_t priority,
590 enum zio_flag flags, zio_done_func_t *done, void *priv);
591
592extern void zio_vdev_io_bypass(zio_t *zio);
593extern void zio_vdev_io_reissue(zio_t *zio);
594extern void zio_vdev_io_redone(zio_t *zio);
595
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 579 unchanged lines hidden (view full) ---

588extern zio_t *zio_vdev_delegated_io(vdev_t *vd, uint64_t offset,
589 struct abd *data, uint64_t size, int type, zio_priority_t priority,
590 enum zio_flag flags, zio_done_func_t *done, void *priv);
591
592extern void zio_vdev_io_bypass(zio_t *zio);
593extern void zio_vdev_io_reissue(zio_t *zio);
594extern void zio_vdev_io_redone(zio_t *zio);
595
596extern void zio_change_priority(zio_t *pio, zio_priority_t priority);
597
596extern void zio_checksum_verified(zio_t *zio);
597extern int zio_worst_error(int e1, int e2);
598
599extern enum zio_checksum zio_checksum_select(enum zio_checksum child,
600 enum zio_checksum parent);
601extern enum zio_checksum zio_checksum_dedup_select(spa_t *spa,
602 enum zio_checksum child, enum zio_checksum parent);
603extern enum zio_compress zio_compress_select(spa_t *spa,

--- 59 unchanged lines hidden ---
598extern void zio_checksum_verified(zio_t *zio);
599extern int zio_worst_error(int e1, int e2);
600
601extern enum zio_checksum zio_checksum_select(enum zio_checksum child,
602 enum zio_checksum parent);
603extern enum zio_checksum zio_checksum_dedup_select(spa_t *spa,
604 enum zio_checksum child, enum zio_checksum parent);
605extern enum zio_compress zio_compress_select(spa_t *spa,

--- 59 unchanged lines hidden ---