Home
last modified time | relevance | path

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

/src/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)))
/src/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.c2511 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
2512 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open()
H A Dvdev.c2275 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
2277 VDEV_LABEL_END_SIZE); in vdev_open()
2280 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
4946 VDEV_LABEL_END_SIZE; in vdev_get_stats_ex()
H A Dvdev_raidz.c2455 cvd->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2468 cvd2->vdev_psize - VDEV_LABEL_END_SIZE); in vdev_raidz_io_start_write()
2499 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.c6375 VDEV_LABEL_END_SIZE); in arc_read()
/src/usr.sbin/makefs/
H A Dzfs.c52 ((off_t)(VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE))
/src/sys/cddl/boot/zfs/
H A Dzfsimpl.h584 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/src/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()
/src/sys/contrib/openzfs/cmd/
H A Dztest.c6682 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE) in ztest_fault_inject()