Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c291 ASSERT(list_link_active(&spa->spa_leaf_list.list_head) == B_TRUE); in mmp_next_leaf()
292 ASSERT(!list_is_empty(&spa->spa_leaf_list)); in mmp_next_leaf()
295 spa->spa_mmp.mmp_last_leaf = list_head(&spa->spa_leaf_list); in mmp_next_leaf()
301 leaf = list_head(&spa->spa_leaf_list); in mmp_next_leaf()
305 leaf = list_next(&spa->spa_leaf_list, leaf); in mmp_next_leaf()
307 leaf = list_head(&spa->spa_leaf_list); in mmp_next_leaf()
H A Dspa_misc.c830 list_create(&spa->spa_leaf_list, sizeof (vdev_t), in spa_add()
880 list_destroy(&spa->spa_leaf_list); in spa_remove()
H A Dvdev.c537 list_insert_head(&cvd->vdev_spa->spa_leaf_list, cvd); in vdev_add_child()
571 list_remove(&spa->spa_leaf_list, cvd); in vdev_remove_child()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h456 list_t spa_leaf_list; /* list of leaf vdevs */ member