Searched refs:VDEV_PAD_SIZE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | vdev_impl.h | 32 #define VDEV_PAD_SIZE (8 << 10) macro 34 #define VDEV_SKIP_SIZE VDEV_PAD_SIZE * 2 53 char vl_pad1[VDEV_PAD_SIZE]; /* 8K */ 54 char vl_pad2[VDEV_PAD_SIZE]; /* 8K */
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev_impl.h | 412 #define VDEV_PAD_SIZE (8 << 10) macro 414 #define VDEV_SKIP_SIZE VDEV_PAD_SIZE * 2 462 char vbe_bootenv[VDEV_PAD_SIZE - sizeof (uint64_t) - 467 CTASSERT(sizeof (vdev_boot_envblock_t) == VDEV_PAD_SIZE); 470 char vl_pad1[VDEV_PAD_SIZE]; /* 8K */
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 1117 bootenv = abd_alloc_for_io(VDEV_PAD_SIZE, B_TRUE); in vdev_label_init() 1118 abd_zero(bootenv, VDEV_PAD_SIZE); in vdev_label_init() 1139 VDEV_PAD_SIZE, NULL, NULL, flags); in vdev_label_init() 1188 ASSERT3U(zio->io_size, ==, VDEV_PAD_SIZE); in vdev_label_read_bootenv_done() 1219 abd_alloc_linear(VDEV_PAD_SIZE, B_FALSE), in vdev_label_read_bootenv_impl() 1220 offsetof(vdev_label_t, vl_be), VDEV_PAD_SIZE, in vdev_label_read_bootenv_impl() 1330 ASSERT3U(sizeof (*bootenv), ==, VDEV_PAD_SIZE); in vdev_label_write_bootenv() 1331 abd_t *abd = abd_alloc_for_io(VDEV_PAD_SIZE, B_TRUE); in vdev_label_write_bootenv() 1332 abd_zero(abd, VDEV_PAD_SIZE); in vdev_label_write_bootenv() 1334 bootenv = abd_borrow_buf_copy(abd, VDEV_PAD_SIZE); in vdev_label_write_bootenv() [all …]
|
H A D | vdev.c | 1490 offsetof(vdev_label_t, vl_be)), VDEV_PAD_SIZE, in vdev_probe() 1491 abd_alloc_for_io(VDEV_PAD_SIZE, B_TRUE), in vdev_probe()
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | main.c | 259 if ((bootonce = malloc(VDEV_PAD_SIZE)) != NULL) { in extract_currdev() 261 bootonce, VDEV_PAD_SIZE) == 0) { in extract_currdev()
|
/illumos-gate/usr/src/cmd/zinject/ |
H A D | translate.c | 407 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device() 411 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 230 size_t label_size = sizeof (vdev_label_t) - (2 * VDEV_PAD_SIZE); in zpool_clear_label() 233 (2 * VDEV_PAD_SIZE)) == label_size) in zpool_clear_label()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 501 #define VDEV_PAD_SIZE (8 << 10) macro 503 #define VDEV_SKIP_SIZE VDEV_PAD_SIZE * 2 541 char vbe_bootenv[VDEV_PAD_SIZE - sizeof (uint64_t) - 546 CTASSERT(sizeof (vdev_boot_envblock_t) == VDEV_PAD_SIZE); 549 char vl_pad1[VDEV_PAD_SIZE]; /* 8K */
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | main.c | 321 bootonce = malloc(VDEV_PAD_SIZE); in probe_zfs_currdev() 324 VDEV_PAD_SIZE) == 0) { in probe_zfs_currdev()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 1655 if (vdev_label_offset(vd->v_psize, l, offset) + VDEV_PAD_SIZE != off) in vdev_label_write_validate() 1674 size_t size = VDEV_PAD_SIZE; in vdev_label_write()
|