Home
last modified time | relevance | path

Searched refs:VDEV_TOP_ZAP_VDEV_REBUILD_PHYS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c207 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_update_sync()
248 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_initiate_sync()
314 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_complete_sync()
360 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_cancel_sync()
410 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_reset_sync()
451 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS) == 0) { in vdev_rebuild_clear_sync()
453 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_clear_sync()
709 VDEV_TOP_ZAP_VDEV_REBUILD_PHYS, sizeof (uint64_t), in vdev_rebuild_load()
1108 tvd->vdev_top_zap, VDEV_TOP_ZAP_VDEV_REBUILD_PHYS); in vdev_rebuild_get_stats()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h797 #define VDEV_TOP_ZAP_VDEV_REBUILD_PHYS \ macro