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.h554 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
559 ((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.c2483 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2484 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev.c2240 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
2242 VDEV_LABEL_END_SIZE); in vdev_open()
2245 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4878 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_raidz.c2393 cvd->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2406 cvd2->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2437 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.c1564 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
1585 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c6338 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.h595 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c1001 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init()
1960 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()