Searched refs:cbp_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 181 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size); 182 static void cluster_wait_IO(buf_t cbp_head, int async); 183 static void cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flag… 760 buf_t cbp_head; in cluster_iodone() local 768 __IGNORE_WCASTALIGN(cbp_head = (buf_t)(bp->b_trans_head)); in cluster_iodone() 771 cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0); in cluster_iodone() 773 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) { in cluster_iodone() 778 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone() 785 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone() 794 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone() [all …]
|