Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/ !
H A Dbuf_internal.h100 } ba_un; member
/xnu-12377.81.4/bsd/vfs/ !
H A Dvfs_bio.c688 if (bp->b_attr.ba_un.verify_ptr && bp->b_bcount && vp) { in buf_verifyptr_with_size()
696 return bp->b_attr.ba_un.verify_ptr; in buf_verifyptr_with_size()
762 assert(bp->b_attr.ba_un.verify_ptr == NULL); in buf_verify_enable()
763 bp->b_attr.ba_un.verify_ptr = verify_ptr; in buf_verify_enable()
788 kfree_data(bp->b_attr.ba_un.verify_ptr, num_bytes); in buf_verify_free()
H A Dvfs_cluster.c902 void *verify_ctx = cbp_head->b_attr.ba_un.verify_ctx; in cluster_handle_verification()
910 cbp_head->b_attr.ba_un.verify_ctx = NULL; in cluster_handle_verification()
1047 assert(!async || cbp_head->b_attr.ba_un.verify_ctx); in cluster_iodone()
1193 if (cbp_head->b_attr.ba_un.verify_ctx) { in cluster_iodone_finish()
1386 cbp_head->b_attr.ba_un.verify_ctx = verify_ctx; in cluster_EOT()
1399 cbp_head->b_attr.ba_un.verify_ctx = NULL; in cluster_EOT()