Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev.c389 vdev_count_leaves_impl(vdev_t *vd) in vdev_count_leaves_impl() function
397 n += vdev_count_leaves_impl(vd->vdev_child[c]); in vdev_count_leaves_impl()
408 rc = vdev_count_leaves_impl(spa->spa_root_vdev); in vdev_count_leaves()