Searched refs:vdev_destroy_unlink_zap (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev.h | 89 extern void vdev_destroy_unlink_zap(vdev_t *vd, uint64_t zapobj,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev.c | 3533 vdev_destroy_unlink_zap(vdev_t *vd, uint64_t zapobj, dmu_tx_t *tx) in vdev_destroy_unlink_zap() function 3613 vdev_destroy_unlink_zap(vd, vd->vdev_leaf_zap, tx); in vdev_dtl_sync() 4122 vdev_destroy_unlink_zap(vd, vd->vdev_top_zap, tx); in vdev_remove_empty_log()
|
H A D | vdev_removal.c | 1283 vdev_destroy_unlink_zap(vd, fnvpair_value_uint64(pair), tx); in vdev_remove_complete_sync()
|