Searched refs:cbp_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 182 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); 896 cluster_handle_verification(buf_t cbp_head, vnode_t vp, upl_t upl, int upl_offset, int transaction_… in cluster_handle_verification() argument 898 off_t start_off = cbp_head->b_clfoffset; in cluster_handle_verification() 899 void *verify_ctx = cbp_head->b_attr.ba_un.verify_ctx; in cluster_handle_verification() 905 assert(cbp_head->b_attr.ba_flags & BA_WILL_VERIFY); in cluster_handle_verification() 907 cbp_head->b_attr.ba_un.verify_ctx = NULL; in cluster_handle_verification() 919 if (cbp_head->b_attr.ba_verify_type && cbp_head->b_attr.ba_flags & BA_VERIFY_VALID) { in cluster_handle_verification() [all …]
|