Searched refs:VDEV_LABEL_START_SIZE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_inject.c222 if (offset >= VDEV_LABEL_START_SIZE &&
269 if (offset < VDEV_LABEL_START_SIZE ||
H A Dvdev.c1364 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE);
1365 max_asize = max_osize - (VDEV_LABEL_START_SIZE +
1369 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) {
2905 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE;
H A Dzio.c1041 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE ||
1062 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE ||
1117 offset += VDEV_LABEL_START_SIZE;
H A Darc.c5152 ASSERT(addr >= VDEV_LABEL_START_SIZE &&
7371 adddev->l2ad_start = VDEV_LABEL_START_SIZE;
7372 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd);
H A Dvdev_raidz.c167 #define VDEV_LABEL_OFFSET(x) (x + VDEV_LABEL_START_SIZE)
H A Dzvol.c1703 offset += VDEV_LABEL_START_SIZE;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h314 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c4997 if ((leaf & 1) == 0 && offset < VDEV_LABEL_START_SIZE)

Completed in 336 milliseconds