Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev.h88 extern uint64_t vdev_create_link_zap(vdev_t *vd, dmu_tx_t *tx);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev.c3048 vdev_create_link_zap(vdev_t *vd, dmu_tx_t *tx) in vdev_create_link_zap() function
3069 vd->vdev_leaf_zap = vdev_create_link_zap(vd, tx); in vdev_construct_zaps()
3072 vd->vdev_top_zap = vdev_create_link_zap(vd, tx); in vdev_construct_zaps()