Searched refs:b_cluster (Results 1 – 3 of 3) sorted by relevance
399 TAILQ_INIT(&bp->b_cluster.cluster_head); in cluster_rbuild()499 TAILQ_INSERT_TAIL(&bp->b_cluster.cluster_head, in cluster_rbuild()500 tbp, b_cluster.cluster_entry); in cluster_rbuild()572 for (tbp = TAILQ_FIRST(&bp->b_cluster.cluster_head); in cluster_callback()574 nbp = TAILQ_NEXT(&tbp->b_cluster, cluster_entry); in cluster_callback()874 TAILQ_INIT(&bp->b_cluster.cluster_head); in cluster_wbuild()1016 TAILQ_INSERT_TAIL(&bp->b_cluster.cluster_head, in cluster_wbuild()1017 tbp, b_cluster.cluster_entry); in cluster_wbuild()
141 } b_cluster; member
2367 TAILQ_FOREACH(tbp, &bp->b_cluster.cluster_head, in ffs_geom_strategy() 2368 b_cluster.cluster_entry) { in ffs_geom_strategy() 2393 TAILQ_FOREACH(tbp, &bp->b_cluster.cluster_head, in ffs_geom_strategy() 2394 b_cluster.cluster_entry) { in ffs_geom_strategy()