Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h281 #define BA_WILL_VERIFY 0x00020000 /* Cluster layer will verify data */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_cluster.c1122 } else if (cbp_head->b_attr.ba_flags & BA_WILL_VERIFY) { in cluster_iodone_finish()
2196 cbp->b_attr.ba_flags |= BA_WILL_VERIFY; in cluster_io()
H A Dvfs_bio.c624 if ((bap->ba_flags & BA_WILL_VERIFY)) { in bufattr_willverify()