Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h551 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
556 ((off) >= ((vd)->vdev_psize - VDEV_LABEL_END_SIZE)))
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c312 offset < vd->vdev_psize - VDEV_LABEL_END_SIZE) in zio_handle_label_injection()
374 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE) in zio_handle_device_injection_impl()
H A Dvdev_label.c178 if (offset >= psize - VDEV_LABEL_END_SIZE) { in vdev_label_number()
179 offset -= psize - VDEV_LABEL_END_SIZE; in vdev_label_number()
H A Dvdev_draid.c2486 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2487 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev.c2002 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
2004 VDEV_LABEL_END_SIZE); in vdev_open()
2007 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4411 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_indirect.c954 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
H A Dzio.c1362 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
1383 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c6378 VDEV_LABEL_END_SIZE); in arc_read()
/freebsd-13.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h573 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/freebsd-13.1/stand/libsa/zfs/
H A Dzfsimpl.c998 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init()
1928 asize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_label_asize()
/freebsd-13.1/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c6255 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE) in ztest_fault_inject()