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.h563 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
568 ((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.c2771 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2772 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev.c2276 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
2278 VDEV_LABEL_END_SIZE); in vdev_open()
2281 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4978 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_raidz.c2466 cvd->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2479 cvd2->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2510 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.c1557 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
1578 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c6391 VDEV_LABEL_END_SIZE); in arc_read()
/freebsd/usr.sbin/makefs/
H A Dzfs.c52 ((off_t)(VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE))
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h584 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c1003 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init()
1962 asize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_label_asize()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6682 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE) in ztest_fault_inject()