Searched refs:b_trans_next (Results 1 – 2 of 2) sorted by relevance
167 #define b_trans_next b_freelist.tqe_next macro
811 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) { in cluster_iodone()816 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone()830 if (cbp->b_trans_next == CLUSTER_IO_WAITING) { in cluster_iodone()877 cbp_next = cbp->b_trans_next; in cluster_iodone()1139 for (cbp = cbp_head; cbp; last = cbp, cbp = cbp->b_trans_next) { in cluster_wait_IO()1146 last->b_trans_next = CLUSTER_IO_WAITING; in cluster_wait_IO()1157 for (cbp = cbp_head; cbp != CLUSTER_IO_WAITING; cbp = cbp->b_trans_next) { in cluster_wait_IO()1166 last->b_trans_next = NULL; in cluster_wait_IO()1171 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_wait_IO()1190 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_complete_transaction()[all …]