Home
last modified time | relevance | path

Searched refs:VDEV_BOOT_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h554 #define VDEV_BOOT_SIZE (7ULL << 19) /* 3.5M */ macro
559 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE)
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h589 #define VDEV_BOOT_SIZE (7ULL << 19) /* 3.5M */ macro
594 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c881 rc->rc_offset -= VDEV_BOOT_SIZE; in vdev_raidz_map_alloc_expanded()
941 rc->rc_shadow_offset -= VDEV_BOOT_SIZE; in vdev_raidz_map_alloc_expanded()
4507 uint64_t write_size = P2ALIGN_TYPED(VDEV_BOOT_SIZE, 1 << ashift, in raidz_reflow_scratch_sync()
4520 VERIFY3U(write_size, <=, VDEV_BOOT_SIZE); in raidz_reflow_scratch_sync()
5126 if (new_children << raidvd->vdev_ashift > VDEV_BOOT_SIZE) { in vdev_raidz_attach_check()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3999 write_size = P2ALIGN_TYPED(VDEV_BOOT_SIZE, 1 << raidvd->vdev_ashift, in raidz_scratch_verify()