Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h549 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
554 ((off) >= ((vd)->vdev_psize - VDEV_LABEL_END_SIZE)))
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c313 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.c2494 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2495 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev.c2122 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
2124 VDEV_LABEL_END_SIZE); in vdev_open()
2127 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4699 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_indirect.c953 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
H A Dzio.c1474 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
1495 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c5925 VDEV_LABEL_END_SIZE); in arc_read()
/freebsd-14.2/usr.sbin/makefs/
H A Dzfs.c51 ((off_t)(VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE))
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h589 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/freebsd-14.2/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-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c6291 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE) in ztest_fault_inject()