Searched refs:cbp (Results 1 – 1 of 1) sorted by relevance
738 buf_t cbp; in cluster_iodone() local757 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone()762 if (!(cbp->b_flags & B_TDONE)) { in cluster_iodone()764 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone()771 if (cbp->b_trans_next == CLUSTER_IO_WAITING) { in cluster_iodone()773 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone()776 wakeup(cbp); in cluster_iodone()781 if (cbp->b_flags & B_EOT) { in cluster_iodone()797 cbp = cbp_head; in cluster_iodone()798 vp = cbp->b_vp; in cluster_iodone()[all …]