Searched refs:REBUILD_PHYS_ENTRIES (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_rebuild.c | 212 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_update_sync() 234 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_initiate_sync() 253 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_initiate_sync() 330 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_complete_sync() 383 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_cancel_sync() 433 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_reset_sync() 470 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_clear_sync() 476 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_clear_sync() 725 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_load() 734 REBUILD_PHYS_ENTRIES, vrp); in vdev_rebuild_load() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_rebuild.h | 40 #define REBUILD_PHYS_ENTRIES 12 macro
|