Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c208 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 Dvdev_rebuild.h39 #define REBUILD_PHYS_ENTRIES 12 macro