Searched refs:cbp_head (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c131 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset);
132 static void cluster_wait_IO(buf_t cbp_head, int async);
133 static void cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flags, int needwait);
489 buf_t cbp_head; local
495 cbp_head = (buf_t)(bp->b_trans_head);
498 (int)cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0);
500 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
508 (int)cbp_head, (int)cbp, cbp->b_bcount, cbp->b_flags, 0);
517 (int)cbp_head, 0, 0, 0, 0);
525 cbp = cbp_head;
683 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset) argument
690 cluster_wait_IO(buf_t cbp_head, int async) argument
724 cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flags, int needwait) argument
759 buf_t cbp_head = NULL; local
[all...]

Completed in 29 milliseconds