Searched refs:VDEV_BOOT_SIZE (Results 1 – 4 of 4) sorted by relevance
554 #define VDEV_BOOT_SIZE (7ULL << 19) /* 3.5M */ macro559 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE)
589 #define VDEV_BOOT_SIZE (7ULL << 19) /* 3.5M */ macro594 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE)
881 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()
3999 write_size = P2ALIGN_TYPED(VDEV_BOOT_SIZE, 1 << raidvd->vdev_ashift, in raidz_scratch_verify()