Searched refs:cbp (Results 1 – 1 of 1) sorted by relevance
759 buf_t cbp; in cluster_iodone() local778 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone()783 if (!(cbp->b_flags & B_TDONE)) { in cluster_iodone()785 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone()792 if (cbp->b_trans_next == CLUSTER_IO_WAITING) { in cluster_iodone()794 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone()797 wakeup(cbp); in cluster_iodone()802 if (cbp->b_flags & B_EOT) { in cluster_iodone()818 cbp = cbp_head; in cluster_iodone()819 vp = cbp->b_vp; in cluster_iodone()[all …]