Searched refs:VDEV_UBERBLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c1546 ASSERT3U(zio->io_size, ==, VDEV_UBERBLOCK_SIZE(vd));
1582 abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd),
1584 VDEV_UBERBLOCK_SIZE(vd),
1692 ub_abd = abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd), B_TRUE);
1701 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(vd),
1705 abd_zero(ub_abd, VDEV_UBERBLOCK_SIZE(vd));
1710 VDEV_UBERBLOCK_SIZE(vd), NULL, NULL,
1786 abd_t *ub_abd = abd_alloc_for_io(VDEV_UBERBLOCK_SIZE(vd), B_TRUE);
1789 VDEV_UBERBLOCK_SIZE(vd) - sizeof (uberblock_t));
1793 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(v
[all...]
H A Dmmp.c519 abd_t *ub_abd = abd_alloc_for_io(VDEV_UBERBLOCK_SIZE(vd), B_TRUE);
522 VDEV_UBERBLOCK_SIZE(vd) - sizeof (uberblock_t));
533 VDEV_UBERBLOCK_SIZE(vd), mmp_write_done, mmp,
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h488 #define VDEV_UBERBLOCK_SIZE(vd) (1ULL << VDEV_UBERBLOCK_SHIFT(vd)) macro
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfsimpl.h537 #define VDEV_UBERBLOCK_SIZE(vd) (1ULL << VDEV_UBERBLOCK_SHIFT(vd)) macro
/freebsd-current/stand/libsa/zfs/
H A Dzfsimpl.c1980 buf = malloc(VDEV_UBERBLOCK_SIZE(vd));
1988 VDEV_UBERBLOCK_SIZE(vd)))

Completed in 97 milliseconds