Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c211 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_update_sync()
233 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_initiate_sync()
252 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_initiate_sync()
329 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_complete_sync()
378 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_cancel_sync()
428 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_reset_sync()
465 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_clear_sync()
471 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_clear_sync()
720 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_load()
729 REBUILD_PHYS_ENTRIES, vrp); in vdev_rebuild_load()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_rebuild.h39 #define REBUILD_PHYS_ENTRIES 12 macro