Searched refs:cbp (Results 1 – 1 of 1) sorted by relevance
777 buf_t cbp; in cluster_iodone() local796 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone()801 if (!(cbp->b_flags & B_TDONE)) { in cluster_iodone()803 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone()810 if (cbp->b_trans_next == CLUSTER_IO_WAITING) { in cluster_iodone()812 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone()815 wakeup(cbp); in cluster_iodone()820 if (cbp->b_flags & B_EOT) { in cluster_iodone()836 cbp = cbp_head; in cluster_iodone()837 vp = cbp->b_vp; in cluster_iodone()[all …]