Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_cluster.c182 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size);
183 static void cluster_wait_IO(buf_t cbp_head, int async);
184 static void cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flag…
192 static int cluster_iodone_finish(buf_t cbp_head, void *callback_arg);
926 buf_t cbp_head; in cluster_iodone() local
931 __IGNORE_WCASTALIGN(cbp_head = (buf_t)(bp->b_trans_head)); in cluster_iodone()
934 cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0); in cluster_iodone()
937 (os_atomic_load(&cbp_head->b_attr.ba_flags, acquire) & BA_ASYNC_VERIFY); in cluster_iodone()
939 assert(!async || cbp_head->b_attr.ba_verify_ctx); in cluster_iodone()
941 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) { in cluster_iodone()
[all …]