Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h546 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
551 ((off) >= ((vd)->vdev_psize - VDEV_LABEL_END_SIZE)))
/f-stack/freebsd/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.c1896 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1898 VDEV_LABEL_END_SIZE); in vdev_open()
1901 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4207 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_draid.c2639 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2640 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev_indirect.c956 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
H A Dzio.c1367 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
1388 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c6357 VDEV_LABEL_END_SIZE); in arc_read()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6124 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE) in ztest_fault_inject()