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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c156 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset);
157 static void cluster_wait_IO(buf_t cbp_head, int async);
158 static void cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flags, int needwait);
602 buf_t cbp_head; local
608 cbp_head = (buf_t)(bp->b_trans_head);
611 cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0);
613 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) {
624 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
632 cbp_head, cb
828 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset) argument
835 cluster_wait_IO(buf_t cbp_head, int async) argument
878 cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flags, int needwait) argument
921 buf_t cbp_head = NULL; local
[all...]

Completed in 14 milliseconds