Home
last modified time | relevance | path

Searched refs:VDEV_LABEL_END_SIZE (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h553 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
558 ((off) >= ((vd)->vdev_psize - VDEV_LABEL_END_SIZE)))
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c331 offset < vd->vdev_psize - VDEV_LABEL_END_SIZE) in zio_handle_label_injection()
421 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE) in zio_handle_device_injection_impl()
H A Dvdev_label.c180 if (offset >= psize - VDEV_LABEL_END_SIZE) { in vdev_label_number()
181 offset -= psize - VDEV_LABEL_END_SIZE; in vdev_label_number()
H A Dvdev_draid.c2481 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2482 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev.c2156 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
2158 VDEV_LABEL_END_SIZE); in vdev_open()
2161 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4786 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_raidz.c2364 cvd->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2377 cvd2->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2408 cvd->vdev_psize - VDEV_LABEL_END_SIZE); in raidz_start_skip_writes()
H A Dvdev_indirect.c955 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
H A Dzio.c1583 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
1604 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c6156 VDEV_LABEL_END_SIZE); in arc_read()
/freebsd/usr.sbin/makefs/
H A Dzfs.c51 ((off_t)(VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE))
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h589 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c992 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init()
1909 asize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_label_asize()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6679 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE) in ztest_fault_inject()