Searched refs:REBUILD_PHYS_ENTRIES (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_rebuild.c | 208 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_update_sync() 230 bzero(vrp, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_initiate_sync() 249 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_initiate_sync() 315 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_complete_sync() 361 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_cancel_sync() 411 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_reset_sync() 448 bzero(vrp, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_clear_sync() 454 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_clear_sync() 701 bzero(vrp, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_load() 710 REBUILD_PHYS_ENTRIES, vrp); in vdev_rebuild_load() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_rebuild.h | 39 #define REBUILD_PHYS_ENTRIES 12 macro
|