Searched refs:VDEV_UBERBLOCK_OFFSET (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_label.c | 1588 B_TRUE), VDEV_UBERBLOCK_OFFSET(vd, n), in vdev_uberblock_load_impl() 1706 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(vd), in vdev_copy_uberblocks() 1714 VDEV_UBERBLOCK_OFFSET(vd, n), in vdev_copy_uberblocks() 1798 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_sync()
|
H A D | mmp.c | 529 offset = VDEV_UBERBLOCK_OFFSET(vd, VDEV_UBERBLOCK_COUNT(vd) - in mmp_write_uberblock()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 490 #define VDEV_UBERBLOCK_OFFSET(vd, n) \ macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 535 #define VDEV_UBERBLOCK_OFFSET(vd, n) \ macro
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2038 VDEV_UBERBLOCK_OFFSET(vd, n), in vdev_uberblock_load()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 5044 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(&vd, i); in dump_label_uberblocks() 5499 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(&vd, i); in dump_label()
|