Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev.c182 vdev_count_leaves_impl(vdev_t *vd) in vdev_count_leaves_impl() function
190 n += vdev_count_leaves_impl(vd->vdev_child[c]); in vdev_count_leaves_impl()
198 return (vdev_count_leaves_impl(spa->spa_root_vdev)); in vdev_count_leaves()