Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c326 vdev_count_leaves_impl(vdev_t *vd) in vdev_count_leaves_impl() function
334 n += vdev_count_leaves_impl(vd->vdev_child[c]); in vdev_count_leaves_impl()
345 rc = vdev_count_leaves_impl(spa->spa_root_vdev); in vdev_count_leaves()