Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dbuf_internal.h100 } ba_un; member
/xnu-12377.1.9/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.c899 void *verify_ctx = cbp_head->b_attr.ba_un.verify_ctx; in cluster_handle_verification()
907 cbp_head->b_attr.ba_un.verify_ctx = NULL; in cluster_handle_verification()
1044 assert(!async || cbp_head->b_attr.ba_un.verify_ctx); in cluster_iodone()
1190 if (cbp_head->b_attr.ba_un.verify_ctx) { in cluster_iodone_finish()
1383 cbp_head->b_attr.ba_un.verify_ctx = verify_ctx; in cluster_EOT()
1396 cbp_head->b_attr.ba_un.verify_ctx = NULL; in cluster_EOT()