Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c181 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…
191 static int cluster_iodone_finish(buf_t cbp_head, void *callback_arg);
914 buf_t cbp_head; in cluster_iodone() local
919 __IGNORE_WCASTALIGN(cbp_head = (buf_t)(bp->b_trans_head)); in cluster_iodone()
922 cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0); in cluster_iodone()
925 (os_atomic_load(&cbp_head->b_attr.ba_flags, acquire) & BA_ASYNC_VERIFY); in cluster_iodone()
927 assert(!async || cbp_head->b_attr.ba_verify_ctx); in cluster_iodone()
929 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) { in cluster_iodone()
[all …]